#CAB579

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

Shades of Yuma #CAB579

Tints of Yuma #CAB579

Color information

#CAB579 (or 0xCAB579) is unknown color: approx Yuma. HEX triplet: CA, B5 and 79. RGB value is (202,181,121). Sum of RGB (Red+Green+Blue) = 202+181+121=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB579 is #354A86. Grayscale: #B4B4B4. Windows color (decimal): -3492487 or 7976394. OLE color: 7976394.

HSL color Cylindrical-coordinate representation of color #CAB579: hue angle of 44.44º 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 #CAB579 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202181121-
CMYK00.100.400.21
HSL44.44º43.32%63.33%-
HSV(B)44.44º40.1%79.22%-
XYZ44.3346.9824.82-
YUV180.4494.46143.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.08%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=40.08%
G=35.91%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218112100.100.400.2144.4443.3263.33
HexCAB5790A28152c2b3f
Octal3122651710125025545377
Binary110010101011010111110010101010100010101101100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB579; }

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

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

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

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

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

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

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

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