#CAB979

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

Shades of Yuma #CAB979

Tints of Yuma #CAB979

Color information

#CAB979 (or 0xCAB979) is unknown color: approx Yuma. HEX triplet: CA, B9 and 79. RGB value is (202,185,121). Sum of RGB (Red+Green+Blue) = 202+185+121=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB979 is #354686. Grayscale: #B7B7B7. Windows color (decimal): -3491463 or 7977418. OLE color: 7977418.

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

Color convert

RGB202185121-
CMYK00.080.400.21
HSL47.41º43.32%63.33%-
HSV(B)47.41º40.1%79.22%-
XYZ45.1648.6325.1-
YUV182.7993.13141.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=39.76%
G=36.42%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218512100.080.400.2147.4143.3263.33
HexCAB9790828152f2b3f
Octal3122711710105025575377
Binary110010101011100111110010100010100010101101111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB979; }

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

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

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

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

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

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

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

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