#CAC8AB

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

Shades of Kangaroo #CAC8AB

Tints of Kangaroo #CAC8AB

Color information

#CAC8AB (or 0xCAC8AB) is unknown color: approx Kangaroo. HEX triplet: CA, C8 and AB. RGB value is (202,200,171). Sum of RGB (Red+Green+Blue) = 202+200+171=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC8AB is #353754. Grayscale: #C5C5C5. Windows color (decimal): -3487573 or 11258058. OLE color: 11258058.

HSL color Cylindrical-coordinate representation of color #CAC8AB: hue angle of 56.13º degrees, saturation: 0.23, 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 #CAC8AB is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202200171-
CMYK00.010.150.21
HSL56.13º22.63%73.14%-
HSV(B)56.13º15.35%79.22%-
XYZ52.3656.8146.73-
YUV197.29113.16131.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=35.25%
G=34.90%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220017100.010.150.2156.1322.6373.14
HexCAC8AB01F15381749
Octal3123102530117257027111
Binary11001010110010001010101101111110101111000101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC8AB; }

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

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

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

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

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

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

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

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