Html Css Color HEX #C2515D Mandy

📋 copy color: '#C2515D'

red 194 ◦ green 81 ◦ blue 93

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

Shades of Mandy #C2515D

Tints of Mandy #C2515D

RGB

 RED value IS 194 (76.17% from 255) = 52.72%

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

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

R = 52.72%
G = 22.01%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2515D (or 0xC2515D) is known color: Mandy. HEX triplet: C2, 51 and 5D. RGB value is (194,81,93). Sum of RGB (Red+Green+Blue) = 194+81+93=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2515D is #3DAEA2. Grayscale: #747474. Windows color (decimal): -4042403 or 6115778. OLE color: 6115778.

HSL color Cylindrical-coordinate representation of color #C2515D: hue angle of 353.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2515D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 93 -
CMYK 0 0.58 0.52 0.24
HSL 353.63º 0.48% 0.54% -
HSV(B) 353.63º 0.58% 0.76% -
XYZ 27.17 18.14 12.43 -
YUV 116.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 194 81 93 0 0.58 0.52 0.24 353.63 0.48 0.54
Hex C2 51 5D 0 3A 34 18 162 30 36
Octal 302 121 135 0 72 64 30 542 60 66
Binary 11000010 1010001 1011101 0 111010 110100 11000 101100010 110000 110110

Color Harmonies of #C2515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2515D

Black with #C2515D

Text Example


Text Example

White with #C2515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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