#CAC6AE

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

Shades of Kangaroo #CAC6AE

Tints of Kangaroo #CAC6AE

Color information

#CAC6AE (or 0xCAC6AE) is unknown color: approx Kangaroo. HEX triplet: CA, C6 and AE. RGB value is (202,198,174). Sum of RGB (Red+Green+Blue) = 202+198+174=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 198 (77.73% from 255 or 34.49% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6AE is #353951. Grayscale: #C4C4C4. Windows color (decimal): -3488082 or 11454154. OLE color: 11454154.

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

Color convert

RGB202198174-
CMYK00.020.140.21
HSL51.43º20.9%73.73%-
HSV(B)51.43º13.86%79.22%-
XYZ52.195648.1-
YUV196.46115.33131.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 198 (77.73% from 255) = 34.49%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=35.19%
G=34.49%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219817400.020.140.2151.4320.973.73
HexCAC6AE02E1533154a
Octal3123062560216256325112
Binary110010101100011010101110010111010101110011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6AE; }

 p { color: rgb(202,198,174); }

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

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

 a { background-color: rgb(202,198,174); }

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

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

 span { border-color: rgb(202,198,174); }

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