#CD6164

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

Shades of Mandy #CD6164

Tints of Mandy #CD6164

Color information

#CD6164 (or 0xCD6164) is unknown color: approx Mandy. HEX triplet: CD, 61 and 64. RGB value is (205,97,100). Sum of RGB (Red+Green+Blue) = 205+97+100=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6164 is #329E9B. Grayscale: #818181. Windows color (decimal): -3317404 or 6578637. OLE color: 6578637.

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

Color convert

RGB20597100-
CMYK00.530.510.20
HSL358.33º51.92%59.22%-
HSV(B)358.33º52.68%80.39%-
XYZ31.7522.4514.72-
YUV129.63111.28181.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.00%
GREEN value IS 97 (38.28% from 255) = 24.13%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=51.00%
G=24.13%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059710000.530.510.20358.3351.9259.22
HexCD61640353314166343b
Octal31514114406563245466473
Binary1100110111000011100100011010111001110100101100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6164; }

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

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

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

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

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

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

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

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