#cd4251

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

Shades of Mandy #CD4251

Tints of Mandy #CD4251

Color information

#CD4251 (or 0xCD4251) is unknown color: approx Mandy. HEX triplet: CD, 42 and 51. RGB value is (205,66,81). Sum of RGB (Red+Green+Blue) = 205+66+81=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4251 is #32BDAE. Grayscale: #6D6D6D. Windows color (decimal): -3325359 or 5325517. OLE color: 5325517.

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

Color convert

RGB2056681-
CMYK00.680.600.20
HSL353.53º58.16%53.14%-
HSV(B)353.53º67.8%80.39%-
XYZ28.6117.479.65-
YUV109.27112.05196.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.24%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=58.24%
G=18.75%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205668100.680.600.20353.5358.1653.14
HexCD42510443C141623a35
Octal315102121010474245427265
Binary11001101100001010100010100010011110010100101100010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd4251; }

 p { color: rgb(205,66,81); }

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

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

 a { background-color: rgb(205,66,81); }

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

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

 span { border-color: rgb(205,66,81); }

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