Html Css Color HEX #C1515C Mandy

📋 copy color: '#C1515C'

red 193 ◦ green 81 ◦ blue 92

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

Shades of Mandy #C1515C

Tints of Mandy #C1515C

RGB

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

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

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

R = 52.73%
G = 22.13%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1515C (or 0xC1515C) is known color: Mandy. HEX triplet: C1, 51 and 5C. RGB value is (193,81,92). Sum of RGB (Red+Green+Blue) = 193+81+92=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1515C is #3EAEA3. Grayscale: #737373. Windows color (decimal): -4107940 or 6050241. OLE color: 6050241.

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

Color convert

RGB 193 81 92 -
CMYK 0 0.58 0.52 0.24
HSL 354.11º 0.47% 0.54% -
HSV(B) 354.11º 0.58% 0.76% -
XYZ 26.87 18 12.18 -
YUV 115.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 193 81 92 0 0.58 0.52 0.24 354.11 0.47 0.54
Hex C1 51 5C 0 3A 34 18 162 2F 36
Octal 301 121 134 0 72 64 30 542 57 66
Binary 11000001 1010001 1011100 0 111010 110100 11000 101100010 101111 110110

Color Harmonies of #C1515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1515C

Black with #C1515C

Text Example


Text Example

White with #C1515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1515C; }

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

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

background-color css

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

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

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

border-color css

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

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

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