Html Css Color HEX #C5515E Mandy

📋 copy color: '#C5515E'

red 197 ◦ green 81 ◦ blue 94

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

Shades of Mandy #C5515E

Tints of Mandy #C5515E

RGB

 RED value IS 197 (77.34% from 255) = 52.96%

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

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

R = 52.96%
G = 21.77%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5515E (or 0xC5515E) is known color: Mandy. HEX triplet: C5, 51 and 5E. RGB value is (197,81,94). Sum of RGB (Red+Green+Blue) = 197+81+94=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5515E is #3AAEA1. Grayscale: #757575. Windows color (decimal): -3845794 or 6181317. OLE color: 6181317.

HSL color Cylindrical-coordinate representation of color #C5515E: hue angle of 353.28º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5515E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 94 -
CMYK 0 0.59 0.52 0.23
HSL 353.28º 0.5% 0.55% -
HSV(B) 353.28º 0.59% 0.77% -
XYZ 27.99 18.56 12.7 -
YUV 117.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 197 81 94 0 0.59 0.52 0.23 353.28 0.5 0.55
Hex C5 51 5E 0 3B 34 17 161 32 37
Octal 305 121 136 0 73 64 27 541 62 67
Binary 11000101 1010001 1011110 0 111011 110100 10111 101100001 110010 110111

Color Harmonies of #C5515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5515E

Black with #C5515E

Text Example


Text Example

White with #C5515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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