Html Css Color HEX #C15B5C Mandy

📋 copy color: '#C15B5C'

red 193 ◦ green 91 ◦ blue 92

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

Shades of Mandy #C15B5C

Tints of Mandy #C15B5C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 51.33%
G = 24.2%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C15B5C (or 0xC15B5C) is known color: Mandy. HEX triplet: C1, 5B and 5C. RGB value is (193,91,92). Sum of RGB (Red+Green+Blue) = 193+91+92=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B5C is #3EA4A3. Grayscale: #797979. Windows color (decimal): -4105380 or 6052801. OLE color: 6052801.

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

Color convert

RGB 193 91 92 -
CMYK 0 0.53 0.52 0.24
HSL 359.41º 0.45% 0.56% -
HSV(B) 359.41º 0.53% 0.76% -
XYZ 27.67 19.59 12.45 -
YUV 121.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 193 91 92 0 0.53 0.52 0.24 359.41 0.45 0.56
Hex C1 5B 5C 0 35 34 18 167 2D 38
Octal 301 133 134 0 65 64 30 547 55 70
Binary 11000001 1011011 1011100 0 110101 110100 11000 101100111 101101 111000

Color Harmonies of #C15B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B5C

Black with #C15B5C

Text Example


Text Example

White with #C15B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B5C; }

 p { color: rgb(193,91,92); }

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

background-color css

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

 a { background-color: rgb(193,91,92); }

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

border-color css

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

 span { border-color: rgb(193,91,92); }

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