#CAB776

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

Shades of Yuma #CAB776

Tints of Yuma #CAB776

Color information

#CAB776 (or 0xCAB776) is unknown color: approx Yuma. HEX triplet: CA, B7 and 76. RGB value is (202,183,118). Sum of RGB (Red+Green+Blue) = 202+183+118=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB776 is #354889. Grayscale: #B5B5B5. Windows color (decimal): -3491978 or 7780298. OLE color: 7780298.

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

Color convert

RGB202183118-
CMYK00.090.420.21
HSL46.43º44.21%62.75%-
HSV(B)46.43º41.58%79.22%-
XYZ44.5647.7324-
YUV181.2792.29142.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 118 (46.48% from 255) = 23.46%
R=40.16%
G=36.38%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218311800.090.420.2146.4344.2162.75
HexCAB776092A152e2c3f
Octal3122671660115225565477
Binary110010101011011111101100100110101010101101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB776; }

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

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

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

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

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

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

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

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