#CAB676

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

Shades of Yuma #CAB676

Tints of Yuma #CAB676

Color information

#CAB676 (or 0xCAB676) is unknown color: approx Yuma. HEX triplet: CA, B6 and 76. RGB value is (202,182,118). Sum of RGB (Red+Green+Blue) = 202+182+118=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB676 is #354989. Grayscale: #B4B4B4. Windows color (decimal): -3492234 or 7780042. OLE color: 7780042.

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

Color convert

RGB202182118-
CMYK00.100.420.21
HSL45.71º44.21%62.75%-
HSV(B)45.71º41.58%79.22%-
XYZ44.3647.3223.94-
YUV180.6892.63143.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=40.24%
G=36.25%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218211800.100.420.2145.7144.2162.75
HexCAB6760A2A152e2c3f
Octal3122661660125225565477
Binary110010101011011011101100101010101010101101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB676; }

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

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

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

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

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

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

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

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