#CABC77

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

Shades of Yuma #CABC77

Tints of Yuma #CABC77

Color information

#CABC77 (or 0xCABC77) is unknown color: approx Yuma. HEX triplet: CA, BC and 77. RGB value is (202,188,119). Sum of RGB (Red+Green+Blue) = 202+188+119=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC77 is #354388. Grayscale: #B8B8B8. Windows color (decimal): -3490697 or 7847114. OLE color: 7847114.

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

Color convert

RGB202188119-
CMYK00.070.410.21
HSL49.88º43.92%62.94%-
HSV(B)49.88º41.09%79.22%-
XYZ45.6749.8524.67-
YUV184.3291.14140.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=39.69%
G=36.94%
B=23.38%

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
Decimal20218811900.070.410.2149.8843.9262.94
HexCABC77072915322c3f
Octal312274167075125625477
Binary11001010101111001110111011110100110101110010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC77; }

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

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

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

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

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

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

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

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