Html Css Color HEX #C5515D Mandy

📋 copy color: '#C5515D'

red 197 ◦ green 81 ◦ blue 93

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

Shades of Mandy #C5515D

Tints of Mandy #C5515D

RGB

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

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

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

R = 53.1%
G = 21.83%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5515D (or 0xC5515D) is known color: Mandy. HEX triplet: C5, 51 and 5D. RGB value is (197,81,93). Sum of RGB (Red+Green+Blue) = 197+81+93=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5515D is #3AAEA2. Grayscale: #757575. Windows color (decimal): -3845795 or 6115781. OLE color: 6115781.

HSL color Cylindrical-coordinate representation of color #C5515D: hue angle of 353.79º 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 #C5515D is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 81 93 -
CMYK 0 0.59 0.53 0.23
HSL 353.79º 0.5% 0.55% -
HSV(B) 353.79º 0.59% 0.77% -
XYZ 27.94 18.55 12.46 -
YUV 117.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 197 81 93 0 0.59 0.53 0.23 353.79 0.5 0.55
Hex C5 51 5D 0 3B 35 17 162 32 37
Octal 305 121 135 0 73 65 27 542 62 67
Binary 11000101 1010001 1011101 0 111011 110101 10111 101100010 110010 110111

Color Harmonies of #C5515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5515D

Black with #C5515D

Text Example


Text Example

White with #C5515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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