#CAB976

Color #CAB976 Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #CAB976

Tints of Yuma #CAB976

Color information

#CAB976 (or 0xCAB976) is unknown color: approx Yuma. HEX triplet: CA, B9 and 76. RGB value is (202,185,118). Sum of RGB (Red+Green+Blue) = 202+185+118=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB976 is #354689. Grayscale: #B6B6B6. Windows color (decimal): -3491466 or 7780810. OLE color: 7780810.

HSL color Cylindrical-coordinate representation of color #CAB976: hue angle of 47.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAB976 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB202185118-
CMYK00.080.420.21
HSL47.86º44.21%62.75%-
HSV(B)47.86º41.58%79.22%-
XYZ44.9848.5624.14-
YUV182.4491.63141.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=40%
G=36.63%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218511800.080.420.2147.8644.2162.75
HexCAB976082A15302c3f
Octal3122711660105225605477
Binary110010101011100111101100100010101010101110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB976; }

 p { color: rgb(202,185,118); }

 H1.HeaderClassName
 {
   color: #CAB976;
 }
 .AnyTagClassName
 {
   color: #CAB976;
 }
</style>
background-color css

<style>
 a { background-color: #CAB976; }

 a { background-color: rgb(202,185,118); }

 div.DivClassName
 {
   background-color: #CAB976;
 }
 .BgClassName
 {
   background-color: #CAB976;
 }
</style>
border-color css

<style>
 span { border-color: #CAB976; }

 span { border-color: rgb(202,185,118); }

 td.TdClassName
 {
   border-color: #CAB976;
 }
 .TagClassName
 {
   border-color: #CAB976;
 }
</style>