#CCCAAE

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

Shades of Kangaroo #CCCAAE

Tints of Kangaroo #CCCAAE

Color information

#CCCAAE (or 0xCCCAAE) is unknown color: approx Kangaroo. HEX triplet: CC, CA and AE. RGB value is (204,202,174). Sum of RGB (Red+Green+Blue) = 204+202+174=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAE is #333551. Grayscale: #C7C7C7. Windows color (decimal): -3355986 or 11455180. OLE color: 11455180.

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

Color convert

RGB204202174-
CMYK00.010.150.2
HSL56º22.73%74.12%-
HSV(B)56º14.71%80%-
XYZ53.6658.1348.44-
YUV199.41113.66131.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 174 (68.36% from 255) = 30%
R=35.17%
G=34.83%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420217400.010.150.25622.7374.12
HexCCCAAE01F1438174a
Octal3143122560117247027112
Binary11001100110010101010111001111110100111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCAAE; }

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

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

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

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

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

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

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

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