#CAC6AD

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

Shades of Kangaroo #CAC6AD

Tints of Kangaroo #CAC6AD

Color information

#CAC6AD (or 0xCAC6AD) is unknown color: approx Kangaroo. HEX triplet: CA, C6 and AD. RGB value is (202,198,173). Sum of RGB (Red+Green+Blue) = 202+198+173=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC6AD is #353952. Grayscale: #C4C4C4. Windows color (decimal): -3488083 or 11388618. OLE color: 11388618.

HSL color Cylindrical-coordinate representation of color #CAC6AD: hue angle of 51.72º 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 #CAC6AD is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202198173-
CMYK00.020.140.21
HSL51.72º21.48%73.53%-
HSV(B)51.72º14.36%79.22%-
XYZ52.0955.9647.59-
YUV196.35114.83132.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=35.25%
G=34.55%
B=30.19%

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
Decimal20219817300.020.140.2151.7221.4873.53
HexCAC6AD02E1534154a
Octal3123062550216256425112
Binary110010101100011010101101010111010101110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC6AD; }

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

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

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

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

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

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

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

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