#CD4951

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

Shades of Mandy #CD4951

Tints of Mandy #CD4951

Color information

#CD4951 (or 0xCD4951) is unknown color: approx Mandy. HEX triplet: CD, 49 and 51. RGB value is (205,73,81). Sum of RGB (Red+Green+Blue) = 205+73+81=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4951 is #32B6AE. Grayscale: #717171. Windows color (decimal): -3323567 or 5327309. OLE color: 5327309.

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

Color convert

RGB2057381-
CMYK00.640.600.20
HSL356.36º56.9%54.51%-
HSV(B)356.36º64.39%80.39%-
XYZ29.0418.349.79-
YUV113.38109.73193.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.10%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 81 (32.03% from 255) = 22.56%
R=57.10%
G=20.33%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205738100.640.600.20356.3656.954.51
HexCD49510403C141643937
Octal315111121010074245447167
Binary11001101100100110100010100000011110010100101100100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4951; }

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

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

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

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

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

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

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

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