Html Css Color HEX #C55051 Mandy

📋 copy color: '#C55051'

red 197 ◦ green 80 ◦ blue 81

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

Shades of Mandy #C55051

Tints of Mandy #C55051

RGB

 RED value IS 197 (77.34% from 255) = 55.03%

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 55.03%
G = 22.35%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55051 (or 0xC55051) is known color: Mandy. HEX triplet: C5, 50 and 51. RGB value is (197,80,81). Sum of RGB (Red+Green+Blue) = 197+80+81=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C55051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55051 is #3AAFAE. Grayscale: #737373. Windows color (decimal): -3846063 or 5329093. OLE color: 5329093.

HSL color Cylindrical-coordinate representation of color #C55051: hue angle of 359.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55051 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 81 -
CMYK 0 0.59 0.59 0.23
HSL 359.49º 0.5% 0.54% -
HSV(B) 359.49º 0.59% 0.77% -
XYZ 27.38 18.2 9.85 -
YUV 115.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 197 80 81 0 0.59 0.59 0.23 359.49 0.5 0.54
Hex C5 50 51 0 3B 3B 17 167 32 36
Octal 305 120 121 0 73 73 27 547 62 66
Binary 11000101 1010000 1010001 0 111011 111011 10111 101100111 110010 110110

Color Harmonies of #C55051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55051

Black with #C55051

Text Example


Text Example

White with #C55051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55051; }

 p { color: rgb(197,80,81); }

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

background-color css

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

 a { background-color: rgb(197,80,81); }

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

border-color css

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

 span { border-color: rgb(197,80,81); }

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