Html Css Color HEX #CD515E Mandy

📋 copy color: '#CD515E'

red 205 ◦ green 81 ◦ blue 94

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

Shades of Mandy #CD515E

Tints of Mandy #CD515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.32%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 53.95%
G = 21.32%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD515E (or 0xCD515E) is known color: Mandy. HEX triplet: CD, 51 and 5E. RGB value is (205,81,94). Sum of RGB (Red+Green+Blue) = 205+81+94=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD515E is #32AEA1. Grayscale: #777777. Windows color (decimal): -3321506 or 6181325. OLE color: 6181325.

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

Color convert

RGB 205 81 94 -
CMYK 0 0.60 0.54 0.20
HSL 353.71º 0.55% 0.56% -
HSV(B) 353.71º 0.6% 0.8% -
XYZ 30.14 19.67 12.8 -
YUV 119.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 205 81 94 0 0.60 0.54 0.20 353.71 0.55 0.56
Hex CD 51 5E 0 3C 36 14 162 37 38
Octal 315 121 136 0 74 66 24 542 67 70
Binary 11001101 1010001 1011110 0 111100 110110 10100 101100010 110111 111000

Color Harmonies of #CD515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD515E

Black with #CD515E

Text Example


Text Example

White with #CD515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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