#CCC9AD

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

Shades of Kangaroo #CCC9AD

Tints of Kangaroo #CCC9AD

Color information

#CCC9AD (or 0xCCC9AD) is unknown color: approx Kangaroo. HEX triplet: CC, C9 and AD. RGB value is (204,201,173). Sum of RGB (Red+Green+Blue) = 204+201+173=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC9AD is #333652. Grayscale: #C6C6C6. Windows color (decimal): -3356243 or 11389388. OLE color: 11389388.

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

Color convert

RGB204201173-
CMYK00.010.150.2
HSL54.19º23.31%73.92%-
HSV(B)54.19º15.2%80%-
XYZ53.3357.6347.85-
YUV198.7113.49131.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.29%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 173 (67.97% from 255) = 29.93%
R=35.29%
G=34.78%
B=29.93%

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
Decimal20420117300.010.150.254.1923.3173.92
HexCCC9AD01F1436174a
Octal3143112550117246627112
Binary11001100110010011010110101111110100110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9AD; }

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

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

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

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

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

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

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

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