Html Css Color HEX #C1515D Mandy

📋 copy color: '#C1515D'

red 193 ◦ green 81 ◦ blue 93

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

Shades of Mandy #C1515D

Tints of Mandy #C1515D

RGB

 RED value IS 193 (75.78% from 255) = 52.59%

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

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

R = 52.59%
G = 22.07%
B = 25.34%

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

#C1515D (or 0xC1515D) is known color: Mandy. HEX triplet: C1, 51 and 5D. RGB value is (193,81,93). Sum of RGB (Red+Green+Blue) = 193+81+93=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1515D is #3EAEA2. Grayscale: #737373. Windows color (decimal): -4107939 or 6115777. OLE color: 6115777.

HSL color Cylindrical-coordinate representation of color #C1515D: hue angle of 353.57º degrees, saturation: 0.47, 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 #C1515D is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 81 93 -
CMYK 0 0.58 0.52 0.24
HSL 353.57º 0.47% 0.54% -
HSV(B) 353.57º 0.58% 0.76% -
XYZ 26.91 18.01 12.41 -
YUV 115.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 193 81 93 0 0.58 0.52 0.24 353.57 0.47 0.54
Hex C1 51 5D 0 3A 34 18 162 2F 36
Octal 301 121 135 0 72 64 30 542 57 66
Binary 11000001 1010001 1011101 0 111010 110100 11000 101100010 101111 110110

Color Harmonies of #C1515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1515D

Black with #C1515D

Text Example


Text Example

White with #C1515D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1515D; }

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

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

background-color css

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

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

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

border-color css

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

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

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