Html Css Color HEX #CD515B Mandy

📋 copy color: '#CD515B'

red 205 ◦ green 81 ◦ blue 91

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

Shades of Mandy #CD515B

Tints of Mandy #CD515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 54.38%
G = 21.49%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD515B (or 0xCD515B) is known color: Mandy. HEX triplet: CD, 51 and 5B. RGB value is (205,81,91). Sum of RGB (Red+Green+Blue) = 205+81+91=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD515B is #32AEA4. Grayscale: #777777. Windows color (decimal): -3321509 or 5984717. OLE color: 5984717.

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

Color convert

RGB 205 81 91 -
CMYK 0 0.60 0.56 0.20
HSL 355.16º 0.55% 0.56% -
HSV(B) 355.16º 0.6% 0.8% -
XYZ 30.01 19.62 12.1 -
YUV 119.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 205 81 91 0 0.60 0.56 0.20 355.16 0.55 0.56
Hex CD 51 5B 0 3C 38 14 163 37 38
Octal 315 121 133 0 74 70 24 543 67 70
Binary 11001101 1010001 1011011 0 111100 111000 10100 101100011 110111 111000

Color Harmonies of #CD515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD515B

Black with #CD515B

Text Example


Text Example

White with #CD515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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