Html Css Color HEX #C1515E Mandy

📋 copy color: '#C1515E'

red 193 ◦ green 81 ◦ blue 94

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

Shades of Mandy #C1515E

Tints of Mandy #C1515E

RGB

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

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

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

R = 52.45%
G = 22.01%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1515E (or 0xC1515E) is known color: Mandy. HEX triplet: C1, 51 and 5E. RGB value is (193,81,94). Sum of RGB (Red+Green+Blue) = 193+81+94=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1515E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1515E is #3EAEA1. Grayscale: #747474. Windows color (decimal): -4107938 or 6181313. OLE color: 6181313.

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

Color convert

RGB 193 81 94 -
CMYK 0 0.58 0.51 0.24
HSL 353.04º 0.47% 0.54% -
HSV(B) 353.04º 0.58% 0.76% -
XYZ 26.96 18.03 12.65 -
YUV 115.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 193 81 94 0 0.58 0.51 0.24 353.04 0.47 0.54
Hex C1 51 5E 0 3A 33 18 161 2F 36
Octal 301 121 136 0 72 63 30 541 57 66
Binary 11000001 1010001 1011110 0 111010 110011 11000 101100001 101111 110110

Color Harmonies of #C1515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1515E

Black with #C1515E

Text Example


Text Example

White with #C1515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1515E; }

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

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

background-color css

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

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

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

border-color css

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

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

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