Html Css Color HEX #C8515D Mandy

📋 copy color: '#C8515D'

red 200 ◦ green 81 ◦ blue 93

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

Shades of Mandy #C8515D

Tints of Mandy #C8515D

RGB

 RED value IS 200 (78.52% from 255) = 53.48%

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

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

R = 53.48%
G = 21.66%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8515D (or 0xC8515D) is known color: Mandy. HEX triplet: C8, 51 and 5D. RGB value is (200,81,93). Sum of RGB (Red+Green+Blue) = 200+81+93=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8515D is #37AEA2. Grayscale: #767676. Windows color (decimal): -3649187 or 6115784. OLE color: 6115784.

HSL color Cylindrical-coordinate representation of color #C8515D: hue angle of 353.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8515D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 93 -
CMYK 0 0.59 0.54 0.22
HSL 353.95º 0.52% 0.55% -
HSV(B) 353.95º 0.6% 0.78% -
XYZ 28.74 18.95 12.5 -
YUV 117.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 200 81 93 0 0.59 0.54 0.22 353.95 0.52 0.55
Hex C8 51 5D 0 3B 36 16 162 34 37
Octal 310 121 135 0 73 66 26 542 64 67
Binary 11001000 1010001 1011101 0 111011 110110 10110 101100010 110100 110111

Color Harmonies of #C8515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8515D

Black with #C8515D

Text Example


Text Example

White with #C8515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8515D; }

 p { color: rgb(200,81,93); }

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

background-color css

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

 a { background-color: rgb(200,81,93); }

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

border-color css

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

 span { border-color: rgb(200,81,93); }

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