Color Hex Logo

#cbb961 Color Hex

#CBB961
(203,185,97)
0 Favorites   0 Comments

Color spaces of #cbb961

RGB 20318597
HSL0.140.500.59
HSV50°52°80°
CMYK 0.000.090.52   0.20
XYZ44.135248.257518.2977
Yxy48.25750.39870.4360
Hunter Lab69.4676-8.161133.0104
CIE-Lab74.9871-5.000246.5065

#cbb961 color RGB value is (203,185,97).

#cbb961 hex color red value is 203, green value is 185 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cbb961 hue: 0.14 , saturation: 0.50 and the lightness value of cbb961 is 0.59.

The process color (four color CMYK) of #cbb961 color hex is 0.00, 0.09, 0.52, 0.20. Web safe color of #cbb961 is #cccc66. Color #cbb961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01100001
Octal 313 271 141
Decimal 203 185 97
Hex CB B9 61

RGB Percentages of Color #cbb961

%41.86
%38.14
%20.00

CMYK Percentages of Color #cbb961

%0
%9
%52
%20

Triadic Colors of #cbb961

#cbb961 #61cbb9 #b961cb

Analogous Colors of #cbb961

#cbb961 #a8cb61 #cb8461

Monochromatic Colors of #cbb961

#cbb961

Complementary Color

#cbb961 #6173cb

#cbb961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb961 Color CSS Codes

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

#cbb961 Text Font Color

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

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


#cbb961 Background Color

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

This div background color is #cbb961


#cbb961 Border Color

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

This div border color is #cbb961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb961


Comments

No comments written yet.

Please login to write comment.