#CABC76

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

Shades of Yuma #CABC76

Tints of Yuma #CABC76

Color information

#CABC76 (or 0xCABC76) is unknown color: approx Yuma. HEX triplet: CA, BC and 76. RGB value is (202,188,118). Sum of RGB (Red+Green+Blue) = 202+188+118=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC76 is #354389. Grayscale: #B8B8B8. Windows color (decimal): -3490698 or 7781578. OLE color: 7781578.

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

Color convert

RGB202188118-
CMYK00.070.420.21
HSL50º44.21%62.75%-
HSV(B)50º41.58%79.22%-
XYZ45.6149.8324.35-
YUV184.2190.64140.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.76%
GREEN value IS 188 (73.83% from 255) = 37.01%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=39.76%
G=37.01%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218811800.070.420.215044.2162.75
HexCABC76072A15322c3f
Octal312274166075225625477
Binary11001010101111001110110011110101010101110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC76; }

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

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

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

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

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

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

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

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