#CDC9A4

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

Shades of Kangaroo #CDC9A4

Tints of Kangaroo #CDC9A4

Color information

#CDC9A4 (or 0xCDC9A4) is unknown color: approx Kangaroo. HEX triplet: CD, C9 and A4. RGB value is (205,201,164). Sum of RGB (Red+Green+Blue) = 205+201+164=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 164 (64.45% from 255 or 28.77% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9A4 is #32365B. Grayscale: #C6C6C6. Windows color (decimal): -3290716 or 10799565. OLE color: 10799565.

HSL color Cylindrical-coordinate representation of color #CDC9A4: hue angle of 54.15º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDC9A4 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB205201164-
CMYK00.020.20.20
HSL54.15º29.08%72.35%-
HSV(B)54.15º20%80.39%-
XYZ52.7657.4343.43-
YUV197.98108.83133.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 164 (64.45% from 255) = 28.77%
R=35.96%
G=35.26%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520116400.020.20.2054.1529.0872.35
HexCDC9A4021414361d48
Octal3153112440224246635110
Binary1100110111001001101001000101010010100110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9A4; }

 p { color: rgb(205,201,164); }

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

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

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

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

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

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

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