Html Css Color HEX #CD525D Mandy

📋 copy color: '#CD525D'

red 205 ◦ green 82 ◦ blue 93

#CD525D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #CD525D

Tints of Mandy #CD525D

RGB

 RED value IS 205 (80.47% from 255) = 53.95%

 GREEN value IS 82 (32.42% from 255) = 21.58%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 53.95%
G = 21.58%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD525D (or 0xCD525D) is known color: Mandy. HEX triplet: CD, 52 and 5D. RGB value is (205,82,93). Sum of RGB (Red+Green+Blue) = 205+82+93=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD525D is #32ADA2. Grayscale: #787878. Windows color (decimal): -3321251 or 6116045. OLE color: 6116045.

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

Color convert

RGB 205 82 93 -
CMYK 0 0.6 0.55 0.20
HSL 354.63º 0.55% 0.56% -
HSV(B) 354.63º 0.6% 0.8% -
XYZ 30.17 19.8 12.59 -
YUV 120.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 205 82 93 0 0.6 0.55 0.20 354.63 0.55 0.56
Hex CD 52 5D 0 3C 37 14 163 37 38
Octal 315 122 135 0 74 67 24 543 67 70
Binary 11001101 1010010 1011101 0 111100 110111 10100 101100011 110111 111000

Color Harmonies of #CD525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD525D

Black with #CD525D

Text Example


Text Example

White with #CD525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD525D; }

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

 H1.HeaderClassName
 {
   color: #CD525D;
 }
 .AnyTagClassName
 {
   color: #CD525D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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