#CCCAA6

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

Shades of Kangaroo #CCCAA6

Tints of Kangaroo #CCCAA6

Color information

#CCCAA6 (or 0xCCCAA6) is unknown color: approx Kangaroo. HEX triplet: CC, CA and A6. RGB value is (204,202,166). Sum of RGB (Red+Green+Blue) = 204+202+166=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA6 is #333559. Grayscale: #C6C6C6. Windows color (decimal): -3355994 or 10930892. OLE color: 10930892.

HSL color Cylindrical-coordinate representation of color #CCCAA6: hue angle of 56.84º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCAA6 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB204202166-
CMYK00.010.190.2
HSL56.84º27.14%72.55%-
HSV(B)56.84º18.63%80%-
XYZ52.9157.8344.45-
YUV198.49109.66131.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 166 (65.23% from 255) = 29.02%
R=35.66%
G=35.31%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420216600.010.190.256.8427.1472.55
HexCCCAA6011314391b49
Octal3143122460123247133111
Binary110011001100101010100110011001110100111001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAA6; }

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

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

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

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

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

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

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

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