#CABC79

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

Shades of Yuma #CABC79

Tints of Yuma #CABC79

Color information

#CABC79 (or 0xCABC79) is unknown color: approx Yuma. HEX triplet: CA, BC and 79. RGB value is (202,188,121). Sum of RGB (Red+Green+Blue) = 202+188+121=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABC79 is #354386. Grayscale: #B8B8B8. Windows color (decimal): -3490695 or 7978186. OLE color: 7978186.

HSL color Cylindrical-coordinate representation of color #CABC79: hue angle of 49.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CABC79 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202188121-
CMYK00.070.400.21
HSL49.63º43.32%63.33%-
HSV(B)49.63º40.1%79.22%-
XYZ45.7949.925.31-
YUV184.5592.14140.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 121 (47.66% from 255) = 23.68%
R=39.53%
G=36.79%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218812100.070.400.2149.6343.3263.33
HexCABC79072815322b3f
Octal312274171075025625377
Binary11001010101111001111001011110100010101110010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC79; }

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

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

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

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

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

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

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

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