#CD6163

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

Shades of Mandy #CD6163

Tints of Mandy #CD6163

Color information

#CD6163 (or 0xCD6163) is unknown color: approx Mandy. HEX triplet: CD, 61 and 63. RGB value is (205,97,99). Sum of RGB (Red+Green+Blue) = 205+97+99=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6163 is #329E9C. Grayscale: #818181. Windows color (decimal): -3317405 or 6513101. OLE color: 6513101.

HSL color Cylindrical-coordinate representation of color #CD6163: hue angle of 358.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6163 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB2059799-
CMYK00.530.520.20
HSL358.89º51.92%59.22%-
HSV(B)358.89º52.68%80.39%-
XYZ31.722.4314.46-
YUV129.52110.78181.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.12%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=51.12%
G=24.19%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205979900.530.520.20358.8951.9259.22
HexCD61630353414167343b
Octal31514114306564245476473
Binary1100110111000011100011011010111010010100101100111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6163; }

 p { color: rgb(205,97,99); }

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

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

 a { background-color: rgb(205,97,99); }

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

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

 span { border-color: rgb(205,97,99); }

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