#CDCBA7

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

Shades of Kangaroo #CDCBA7

Tints of Kangaroo #CDCBA7

Color information

#CDCBA7 (or 0xCDCBA7) is unknown color: approx Kangaroo. HEX triplet: CD, CB and A7. RGB value is (205,203,167). Sum of RGB (Red+Green+Blue) = 205+203+167=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCBA7 is #323458. Grayscale: #C7C7C7. Windows color (decimal): -3290201 or 10996685. OLE color: 10996685.

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

Color convert

RGB205203167-
CMYK00.010.190.20
HSL56.84º27.54%72.94%-
HSV(B)56.84º18.54%80.39%-
XYZ53.5158.4845.03-
YUV199.49109.66131.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 167 (65.62% from 255) = 29.04%
R=35.65%
G=35.30%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520316700.010.190.2056.8427.5472.94
HexCDCBA7011314391c49
Octal3153132470123247134111
Binary110011011100101110100111011001110100111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBA7; }

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

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

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

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

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

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

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

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