Html Css Color HEX #C15253 Mandy

📋 copy color: '#C15253'

red 193 ◦ green 82 ◦ blue 83

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

Shades of Mandy #C15253

Tints of Mandy #C15253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 53.91%
G = 22.91%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C15253 (or 0xC15253) is known color: Mandy. HEX triplet: C1, 52 and 53. RGB value is (193,82,83). Sum of RGB (Red+Green+Blue) = 193+82+83=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C15253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15253 is #3EADAC. Grayscale: #737373. Windows color (decimal): -4107693 or 5460673. OLE color: 5460673.

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

Color convert

RGB 193 82 83 -
CMYK 0 0.58 0.57 0.24
HSL 359.46º 0.47% 0.54% -
HSV(B) 359.46º 0.58% 0.76% -
XYZ 26.57 18 10.26 -
YUV 115.3 109.77 183.42 -
System Red Green Blue C M Y K H S L
Decimal 193 82 83 0 0.58 0.57 0.24 359.46 0.47 0.54
Hex C1 52 53 0 3A 39 18 167 2F 36
Octal 301 122 123 0 72 71 30 547 57 66
Binary 11000001 1010010 1010011 0 111010 111001 11000 101100111 101111 110110

Color Harmonies of #C15253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15253

Black with #C15253

Text Example


Text Example

White with #C15253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15253; }

 p { color: rgb(193,82,83); }

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

background-color css

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

 a { background-color: rgb(193,82,83); }

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

border-color css

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

 span { border-color: rgb(193,82,83); }

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