#CDCAA3

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

Shades of Kangaroo #CDCAA3

Tints of Kangaroo #CDCAA3

Color information

#CDCAA3 (or 0xCDCAA3) is unknown color: approx Kangaroo. HEX triplet: CD, CA and A3. RGB value is (205,202,163). Sum of RGB (Red+Green+Blue) = 205+202+163=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCAA3 is #32355C. Grayscale: #C6C6C6. Windows color (decimal): -3290461 or 10734285. OLE color: 10734285.

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

Color convert

RGB205202163-
CMYK00.010.200.20
HSL55.71º29.58%72.16%-
HSV(B)55.71º20.49%80.39%-
XYZ52.9157.8643.03-
YUV198.45107.99132.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 163 (64.06% from 255) = 28.60%
R=35.96%
G=35.44%
B=28.60%

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
Decimal20520216300.010.200.2055.7129.5872.16
HexCDCAA3011414381e48
Octal3153122430124247036110
Binary110011011100101010100011011010010100111000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCAA3; }

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

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

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

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

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

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

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

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