#CDCBAA

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

Shades of Kangaroo #CDCBAA

Tints of Kangaroo #CDCBAA

Color information

#CDCBAA (or 0xCDCBAA) is unknown color: approx Kangaroo. HEX triplet: CD, CB and AA. RGB value is (205,203,170). Sum of RGB (Red+Green+Blue) = 205+203+170=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCBAA is #323455. Grayscale: #C7C7C7. Windows color (decimal): -3290198 or 11193293. OLE color: 11193293.

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

Color convert

RGB205203170-
CMYK00.010.170.20
HSL56.57º25.93%73.53%-
HSV(B)56.57º17.07%80.39%-
XYZ53.7958.5946.5-
YUV199.84111.16131.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.47%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 170 (66.80% from 255) = 29.41%
R=35.47%
G=35.12%
B=29.41%

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
Decimal20520317000.010.170.2056.5725.9373.53
HexCDCBAA011114391a4a
Octal3153132520121247132112
Binary110011011100101110101010011000110100111001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBAA; }

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

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

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

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

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

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

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

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