#CDC9AC

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

Shades of Kangaroo #CDC9AC

Tints of Kangaroo #CDC9AC

Color information

#CDC9AC (or 0xCDC9AC) is unknown color: approx Kangaroo. HEX triplet: CD, C9 and AC. RGB value is (205,201,172). Sum of RGB (Red+Green+Blue) = 205+201+172=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9AC is #323653. Grayscale: #C7C7C7. Windows color (decimal): -3290708 or 11323853. OLE color: 11323853.

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

Color convert

RGB205201172-
CMYK00.020.160.20
HSL52.73º24.81%73.92%-
HSV(B)52.73º16.1%80.39%-
XYZ53.5157.7347.35-
YUV198.89112.83132.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 172 (67.58% from 255) = 29.76%
R=35.47%
G=34.78%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520117200.020.160.2052.7324.8173.92
HexCDC9AC02101435194a
Octal3153112540220246531112
Binary1100110111001001101011000101000010100110101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9AC; }

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

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

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

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

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

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

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

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