Color Hex Logo

#cbb769 Color Hex

#CBB769
(203,183,105)
0 Favorites   0 Comments

Color spaces of #cbb769

RGB 203183105
HSL0.130.490.60
HSV48°48°80°
CMYK 0.000.100.48   0.20
XYZ44.111947.583420.2242
Yxy47.58340.39410.4252
Hunter Lab68.9807-6.568830.9035
CIE-Lab74.5614-3.233742.0277

#cbb769 color RGB value is (203,183,105).

#cbb769 hex color red value is 203, green value is 183 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cbb769 hue: 0.13 , saturation: 0.49 and the lightness value of cbb769 is 0.60.

The process color (four color CMYK) of #cbb769 color hex is 0.00, 0.10, 0.48, 0.20. Web safe color of #cbb769 is #cccc66. Color #cbb769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 01101001
Octal 313 267 151
Decimal 203 183 105
Hex CB B7 69

RGB Percentages of Color #cbb769

%41.34
%37.27
%21.38

CMYK Percentages of Color #cbb769

%0
%10
%48
%20

Triadic Colors of #cbb769

#cbb769 #69cbb7 #b769cb

Analogous Colors of #cbb769

#cbb769 #aecb69 #cb8669

Monochromatic Colors of #cbb769

#cbb769

Complementary Color

#cbb769 #697dcb

#cbb769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb769 Color CSS Codes

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

#cbb769 Text Font Color

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

This sample text font color is #cbb769
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.


#cbb769 Background Color

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

This div background color is #cbb769


#cbb769 Border Color

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

This div border color is #cbb769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb769


Comments

No comments written yet.

Please login to write comment.