Html Css Color HEX #C15156 Mandy

📋 copy color: '#C15156'

red 193 ◦ green 81 ◦ blue 86

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

Shades of Mandy #C15156

Tints of Mandy #C15156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 53.61%
G = 22.5%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C15156 (or 0xC15156) is known color: Mandy. HEX triplet: C1, 51 and 56. RGB value is (193,81,86). Sum of RGB (Red+Green+Blue) = 193+81+86=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C15156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15156 is #3EAEA9. Grayscale: #737373. Windows color (decimal): -4107946 or 5657025. OLE color: 5657025.

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

Color convert

RGB 193 81 86 -
CMYK 0 0.58 0.55 0.24
HSL 357.32º 0.47% 0.54% -
HSV(B) 357.32º 0.58% 0.76% -
XYZ 26.61 17.89 10.86 -
YUV 115.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 193 81 86 0 0.58 0.55 0.24 357.32 0.47 0.54
Hex C1 51 56 0 3A 37 18 165 2F 36
Octal 301 121 126 0 72 67 30 545 57 66
Binary 11000001 1010001 1010110 0 111010 110111 11000 101100101 101111 110110

Color Harmonies of #C15156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15156

Black with #C15156

Text Example


Text Example

White with #C15156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15156; }

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

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

background-color css

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

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

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

border-color css

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

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

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