#CD525A

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

Shades of Mandy #CD525A

Tints of Mandy #CD525A

Color information

#CD525A (or 0xCD525A) is unknown color: approx Mandy. HEX triplet: CD, 52 and 5A. RGB value is (205,82,90). Sum of RGB (Red+Green+Blue) = 205+82+90=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD525A is #32ADA5. Grayscale: #777777. Windows color (decimal): -3321254 or 5919437. OLE color: 5919437.

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

Color convert

RGB2058290-
CMYK00.60.560.20
HSL356.1º55.16%56.27%-
HSV(B)356.1º60%80.39%-
XYZ30.0419.7511.9-
YUV119.69111.25188.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 82 (32.42% from 255) = 21.75%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=54.38%
G=21.75%
B=23.87%

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
Decimal205829000.60.560.20356.155.1656.27
HexCD525A03C38141643738
Octal31512213207470245446770
Binary1100110110100101011010011110011100010100101100100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD525A; }

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

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

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

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

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

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

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

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