#CACAA6

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

Shades of Kangaroo #CACAA6

Tints of Kangaroo #CACAA6

Color information

#CACAA6 (or 0xCACAA6) is unknown color: approx Kangaroo. HEX triplet: CA, CA and A6. RGB value is (202,202,166). Sum of RGB (Red+Green+Blue) = 202+202+166=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAA6 is #353559. Grayscale: #C6C6C6. Windows color (decimal): -3487066 or 10930890. OLE color: 10930890.

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

Color convert

RGB202202166-
CMYK000.180.21
HSL60º25.35%72.16%-
HSV(B)60º17.82%79.22%-
XYZ52.3657.5544.43-
YUV197.9110130.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 166 (65.23% from 255) = 29.12%
R=35.44%
G=35.44%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202166000.180.216025.3572.16
HexCACAA60012153c1948
Octal3123122460022257431110
Binary110010101100101010100110001001010101111100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAA6; }

 p { color: rgb(202,202,166); }

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

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

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

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

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

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

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