#CDCAAA

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

Shades of Kangaroo #CDCAAA

Tints of Kangaroo #CDCAAA

Color information

#CDCAAA (or 0xCDCAAA) is unknown color: approx Kangaroo. HEX triplet: CD, CA and AA. RGB value is (205,202,170). Sum of RGB (Red+Green+Blue) = 205+202+170=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCAAA is #323555. Grayscale: #C7C7C7. Windows color (decimal): -3290454 or 11193037. OLE color: 11193037.

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

Color convert

RGB205202170-
CMYK00.010.170.20
HSL54.86º25.93%73.53%-
HSV(B)54.86º17.07%80.39%-
XYZ53.5558.1246.43-
YUV199.25111.49132.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 170 (66.80% from 255) = 29.46%
R=35.53%
G=35.01%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520217000.010.170.2054.8625.9373.53
HexCDCAAA011114371a4a
Octal3153122520121246732112
Binary110011011100101010101010011000110100110111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAAA; }

 p { color: rgb(205,202,170); }

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

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

 a { background-color: rgb(205,202,170); }

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

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

 span { border-color: rgb(205,202,170); }

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