#CDCBA3

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

Shades of Kangaroo #CDCBA3

Tints of Kangaroo #CDCBA3

Color information

#CDCBA3 (or 0xCDCBA3) is unknown color: approx Kangaroo. HEX triplet: CD, CB and A3. RGB value is (205,203,163). Sum of RGB (Red+Green+Blue) = 205+203+163=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 163 (64.06% from 255 or 28.55% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCBA3 is #32345C. Grayscale: #C7C7C7. Windows color (decimal): -3290205 or 10734541. OLE color: 10734541.

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

Color convert

RGB205203163-
CMYK00.010.200.20
HSL57.14º29.58%72.16%-
HSV(B)57.14º20.49%80.39%-
XYZ53.1458.3443.11-
YUV199.04107.66132.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.90%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 163 (64.06% from 255) = 28.55%
R=35.90%
G=35.55%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520316300.010.200.2057.1429.5872.16
HexCDCBA3011414391e48
Octal3153132430124247136110
Binary110011011100101110100011011010010100111001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBA3; }

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

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

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

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

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

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

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

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