Color Hex Logo

#cbc795 Color Hex

#CBC795
(203,199,149)
0 Favorites   0 Comments

Color spaces of #cbc795

RGB 203199149
HSL0.150.340.69
HSV56°27°80°
CMYK 0.000.020.27   0.20
XYZ50.476855.713336.5271
Yxy55.71330.35370.3904
Hunter Lab74.6413-9.910323.2343
CIE-Lab79.4504-6.517825.6015

#cbc795 color RGB value is (203,199,149).

#cbc795 hex color red value is 203, green value is 199 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cbc795 hue: 0.15 , saturation: 0.34 and the lightness value of cbc795 is 0.69.

The process color (four color CMYK) of #cbc795 color hex is 0.00, 0.02, 0.27, 0.20. Web safe color of #cbc795 is #cccc99. Color #cbc795 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 10010101
Octal 313 307 225
Decimal 203 199 149
Hex CB C7 95

RGB Percentages of Color #cbc795

%36.84
%36.12
%27.04

CMYK Percentages of Color #cbc795

%0
%2
%27
%20

Triadic Colors of #cbc795

#cbc795 #95cbc7 #c795cb

Analogous Colors of #cbc795

#cbc795 #b4cb95 #cbac95

Monochromatic Colors of #cbc795

#cbc795

Complementary Color

#cbc795 #9599cb

#cbc795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc795 Color CSS Codes

.mybgcolor {background-color:#cbc795; } 
.myforecolor {color:#cbc795; }
.mybordercolor {border:3px solid #cbc795; }

#cbc795 Text Font Color

<p style="color:#cbc795">Text here</p>

This sample text font color is #cbc795
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbc795 Background Color

<div style="background-color:#cbc795">
Div content here</div>

This div background color is #cbc795


#cbc795 Border Color

<div style="border:3px solid #cbc795">
Div here</div>

This div border color is #cbc795


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,199,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbc795; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbc795;
  -webkit-box-shadow: 1px 1px 3px 2px #cbc795;
  box-shadow:         1px 1px 3px 2px #cbc795; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,199,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbc795">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc795;
  -webkit-box-shadow: 1px 1px 3px 2px #cbc795;
  box-shadow:         1px 1px 3px 2px #cbc795;">
Div content here</div>

This div box has shadow with color #cbc795


Comments

No comments written yet.

Please login to write comment.