Html Css Color HEX #C15F60 Mandy

📋 copy color: '#C15F60'

red 193 ◦ green 95 ◦ blue 96

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

Shades of Mandy #C15F60

Tints of Mandy #C15F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 50.26%
G = 24.74%
B = 25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C15F60 (or 0xC15F60) is known color: Mandy. HEX triplet: C1, 5F and 60. RGB value is (193,95,96). Sum of RGB (Red+Green+Blue) = 193+95+96=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F60 is #3EA09F. Grayscale: #7C7C7C. Windows color (decimal): -4104352 or 6315969. OLE color: 6315969.

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

Color convert

RGB 193 95 96 -
CMYK 0 0.51 0.50 0.24
HSL 359.39º 0.44% 0.56% -
HSV(B) 359.39º 0.51% 0.76% -
XYZ 28.2 20.37 13.51 -
YUV 124.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 193 95 96 0 0.51 0.50 0.24 359.39 0.44 0.56
Hex C1 5F 60 0 33 32 18 167 2C 38
Octal 301 137 140 0 63 62 30 547 54 70
Binary 11000001 1011111 1100000 0 110011 110010 11000 101100111 101100 111000

Color Harmonies of #C15F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F60

Black with #C15F60

Text Example


Text Example

White with #C15F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F60; }

 p { color: rgb(193,95,96); }

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

background-color css

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

 a { background-color: rgb(193,95,96); }

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

border-color css

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

 span { border-color: rgb(193,95,96); }

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