#CAC6AC

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

Shades of Kangaroo #CAC6AC

Tints of Kangaroo #CAC6AC

Color information

#CAC6AC (or 0xCAC6AC) is unknown color: approx Kangaroo. HEX triplet: CA, C6 and AC. RGB value is (202,198,172). Sum of RGB (Red+Green+Blue) = 202+198+172=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6AC is #353953. Grayscale: #C4C4C4. Windows color (decimal): -3488084 or 11323082. OLE color: 11323082.

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

Color convert

RGB202198172-
CMYK00.020.150.21
HSL52º22.06%73.33%-
HSV(B)52º14.85%79.22%-
XYZ5255.9247.08-
YUV196.23114.33132.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=35.31%
G=34.62%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219817200.020.150.215222.0673.33
HexCAC6AC02F15341649
Octal3123062540217256426111
Binary110010101100011010101100010111110101110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6AC; }

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

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

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

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

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

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

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

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