#CDCBA9

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

Shades of Kangaroo #CDCBA9

Tints of Kangaroo #CDCBA9

Color information

#CDCBA9 (or 0xCDCBA9) is unknown color: approx Kangaroo. HEX triplet: CD, CB and A9. RGB value is (205,203,169). Sum of RGB (Red+Green+Blue) = 205+203+169=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCBA9 is #323456. Grayscale: #C7C7C7. Windows color (decimal): -3290199 or 11127757. OLE color: 11127757.

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

Color convert

RGB205203169-
CMYK00.010.180.20
HSL56.67º26.47%73.33%-
HSV(B)56.67º17.56%80.39%-
XYZ53.6958.5646.01-
YUV199.72110.66131.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 203 (79.69% from 255) = 35.18%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=35.53%
G=35.18%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520316900.010.180.2056.6726.4773.33
HexCDCBA9011214391a49
Octal3153132510122247132111
Binary110011011100101110101001011001010100111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBA9; }

 p { color: rgb(205,203,169); }

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

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

 a { background-color: rgb(205,203,169); }

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

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

 span { border-color: rgb(205,203,169); }

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