#CD525B

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

Shades of Mandy #CD525B

Tints of Mandy #CD525B

Color information

#CD525B (or 0xCD525B) is unknown color: approx Mandy. HEX triplet: CD, 52 and 5B. RGB value is (205,82,91). Sum of RGB (Red+Green+Blue) = 205+82+91=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CD525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD525B is #32ADA4. Grayscale: #777777. Windows color (decimal): -3321253 or 5984973. OLE color: 5984973.

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

Color convert

RGB2058291-
CMYK00.60.560.20
HSL355.61º55.16%56.27%-
HSV(B)355.61º60%80.39%-
XYZ30.0819.7712.13-
YUV119.8111.75188.77-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.23%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=54.23%
G=21.69%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205829100.60.560.20355.6155.1656.27
HexCD525B03C38141643738
Octal31512213307470245446770
Binary1100110110100101011011011110011100010100101100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD525B; }

 p { color: rgb(205,82,91); }

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

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

 a { background-color: rgb(205,82,91); }

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

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

 span { border-color: rgb(205,82,91); }

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