#CAC79F

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

Shades of Kangaroo #CAC79F

Tints of Kangaroo #CAC79F

Color information

#CAC79F (or 0xCAC79F) is unknown color: approx Kangaroo. HEX triplet: CA, C7 and 9F. RGB value is (202,199,159). Sum of RGB (Red+Green+Blue) = 202+199+159=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 159 (62.5% from 255 or 28.39% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC79F is #353860. Grayscale: #C3C3C3. Windows color (decimal): -3487841 or 10471370. OLE color: 10471370.

HSL color Cylindrical-coordinate representation of color #CAC79F: hue angle of 55.81º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC79F is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202199159-
CMYK00.010.210.21
HSL55.81º28.86%70.78%-
HSV(B)55.81º21.29%79.22%-
XYZ51.0455.9140.9-
YUV195.34107.49132.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 199 (78.12% from 255) = 35.54%
BLUE value IS 159 (62.5% from 255) = 28.39%
R=36.07%
G=35.54%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219915900.010.210.2155.8128.8670.78
HexCAC79F011515381d47
Octal3123072370125257035107
Binary110010101100011110011111011010110101111000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC79F; }

 p { color: rgb(202,199,159); }

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

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

 a { background-color: rgb(202,199,159); }

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

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

 span { border-color: rgb(202,199,159); }

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