#CACAA4

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

Shades of Kangaroo #CACAA4

Tints of Kangaroo #CACAA4

Color information

#CACAA4 (or 0xCACAA4) is unknown color: approx Kangaroo. HEX triplet: CA, CA and A4. RGB value is (202,202,164). Sum of RGB (Red+Green+Blue) = 202+202+164=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACAA4 is #35355B. Grayscale: #C5C5C5. Windows color (decimal): -3487068 or 10799818. OLE color: 10799818.

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

Color convert

RGB202202164-
CMYK000.190.21
HSL60º26.39%71.76%-
HSV(B)60º18.81%79.22%-
XYZ52.1857.4843.47-
YUV197.67109131.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 164 (64.45% from 255) = 28.87%
R=35.56%
G=35.56%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202164000.190.216026.3971.76
HexCACAA40013153c1a48
Octal3123122440023257432110
Binary110010101100101010100100001001110101111100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACAA4; }

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

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

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

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

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

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

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

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