#CCC9AE

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

Shades of Kangaroo #CCC9AE

Tints of Kangaroo #CCC9AE

Color information

#CCC9AE (or 0xCCC9AE) is unknown color: approx Kangaroo. HEX triplet: CC, C9 and AE. RGB value is (204,201,174). Sum of RGB (Red+Green+Blue) = 204+201+174=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC9AE is #333651. Grayscale: #C6C6C6. Windows color (decimal): -3356242 or 11454924. OLE color: 11454924.

HSL color Cylindrical-coordinate representation of color #CCC9AE: hue angle of 54º 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 #CCC9AE is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204201174-
CMYK00.010.150.2
HSL54º22.73%74.12%-
HSV(B)54º14.71%80%-
XYZ53.4357.6748.36-
YUV198.82113.99131.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 201 (78.91% from 255) = 34.72%
BLUE value IS 174 (68.36% from 255) = 30.05%
R=35.23%
G=34.72%
B=30.05%

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
Decimal20420117400.010.150.25422.7374.12
HexCCC9AE01F1436174a
Octal3143112560117246627112
Binary11001100110010011010111001111110100110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9AE; }

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

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

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

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

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

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

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

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