#CD4B5D

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

Shades of Mandy #CD4B5D

Tints of Mandy #CD4B5D

Color information

#CD4B5D (or 0xCD4B5D) is unknown color: approx Mandy. HEX triplet: CD, 4B and 5D. RGB value is (205,75,93). Sum of RGB (Red+Green+Blue) = 205+75+93=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4B5D is #32B4A2. Grayscale: #737373. Windows color (decimal): -3323043 or 6114253. OLE color: 6114253.

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

Color convert

RGB2057593-
CMYK00.630.550.20
HSL351.69º56.52%54.9%-
HSV(B)351.69º63.41%80.39%-
XYZ29.6718.812.42-
YUV115.92115.07191.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=54.96%
G=20.11%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205759300.630.550.20351.6956.5254.9
HexCD4B5D03F37141603937
Octal31511313507767245407167
Binary1100110110010111011101011111111011110100101100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4B5D; }

 p { color: rgb(205,75,93); }

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

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

 a { background-color: rgb(205,75,93); }

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

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

 span { border-color: rgb(205,75,93); }

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