#CABB77

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

Shades of Yuma #CABB77

Tints of Yuma #CABB77

Color information

#CABB77 (or 0xCABB77) is unknown color: approx Yuma. HEX triplet: CA, BB and 77. RGB value is (202,187,119). Sum of RGB (Red+Green+Blue) = 202+187+119=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB77 is #354488. Grayscale: #B8B8B8. Windows color (decimal): -3490953 or 7846858. OLE color: 7846858.

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

Color convert

RGB202187119-
CMYK00.070.410.21
HSL49.16º43.92%62.94%-
HSV(B)49.16º41.09%79.22%-
XYZ45.4649.4324.6-
YUV183.7391.47141.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 119 (46.88% from 255) = 23.43%
R=39.76%
G=36.81%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218711900.070.410.2149.1643.9262.94
HexCABB77072915312c3f
Octal312273167075125615477
Binary11001010101110111110111011110100110101110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB77; }

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

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

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

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

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

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

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

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