Html Css Color HEX #C15155 Mandy

📋 copy color: '#C15155'

red 193 ◦ green 81 ◦ blue 85

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

Shades of Mandy #C15155

Tints of Mandy #C15155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.68%

R = 53.76%
G = 22.56%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C15155 (or 0xC15155) is known color: Mandy. HEX triplet: C1, 51 and 55. RGB value is (193,81,85). Sum of RGB (Red+Green+Blue) = 193+81+85=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C15155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15155 is #3EAEAA. Grayscale: #737373. Windows color (decimal): -4107947 or 5591489. OLE color: 5591489.

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

Color convert

RGB 193 81 85 -
CMYK 0 0.58 0.56 0.24
HSL 357.86º 0.47% 0.54% -
HSV(B) 357.86º 0.58% 0.76% -
XYZ 26.57 17.88 10.64 -
YUV 114.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 193 81 85 0 0.58 0.56 0.24 357.86 0.47 0.54
Hex C1 51 55 0 3A 38 18 166 2F 36
Octal 301 121 125 0 72 70 30 546 57 66
Binary 11000001 1010001 1010101 0 111010 111000 11000 101100110 101111 110110

Color Harmonies of #C15155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15155

Black with #C15155

Text Example


Text Example

White with #C15155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15155; }

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

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

background-color css

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

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

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

border-color css

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

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

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