#CAC8AA

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

Shades of Kangaroo #CAC8AA

Tints of Kangaroo #CAC8AA

Color information

#CAC8AA (or 0xCAC8AA) is unknown color: approx Kangaroo. HEX triplet: CA, C8 and AA. RGB value is (202,200,170). Sum of RGB (Red+Green+Blue) = 202+200+170=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC8AA is #353755. Grayscale: #C5C5C5. Windows color (decimal): -3487574 or 11192522. OLE color: 11192522.

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

Color convert

RGB202200170-
CMYK00.010.160.21
HSL56.25º23.19%72.94%-
HSV(B)56.25º15.84%79.22%-
XYZ52.2756.7746.23-
YUV197.18112.66131.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 200 (78.52% from 255) = 34.97%
BLUE value IS 170 (66.80% from 255) = 29.72%
R=35.31%
G=34.97%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220017000.010.160.2156.2523.1972.94
HexCAC8AA011015381749
Octal3123102520120257027111
Binary110010101100100010101010011000010101111000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8AA; }

 p { color: rgb(202,200,170); }

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

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

 a { background-color: rgb(202,200,170); }

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

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

 span { border-color: rgb(202,200,170); }

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