#CAB977

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

Shades of Yuma #CAB977

Tints of Yuma #CAB977

Color information

#CAB977 (or 0xCAB977) is unknown color: approx Yuma. HEX triplet: CA, B9 and 77. RGB value is (202,185,119). Sum of RGB (Red+Green+Blue) = 202+185+119=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB977 is #354688. Grayscale: #B6B6B6. Windows color (decimal): -3491465 or 7846346. OLE color: 7846346.

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

Color convert

RGB202185119-
CMYK00.080.410.21
HSL47.71º43.92%62.94%-
HSV(B)47.71º41.09%79.22%-
XYZ45.0448.5924.46-
YUV182.5692.13141.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=39.92%
G=36.56%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218511900.080.410.2147.7143.9262.94
HexCAB977082915302c3f
Octal3122711670105125605477
Binary110010101011100111101110100010100110101110000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB977; }

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

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

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

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

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

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

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

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