Html Css Color HEX #C54950 Mandy

📋 copy color: '#C54950'

red 197 ◦ green 73 ◦ blue 80

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

Shades of Mandy #C54950

Tints of Mandy #C54950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 56.29%
G = 20.86%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C54950 (or 0xC54950) is known color: Mandy. HEX triplet: C5, 49 and 50. RGB value is (197,73,80). Sum of RGB (Red+Green+Blue) = 197+73+80=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C54950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54950 is #3AB6AF. Grayscale: #6E6E6E. Windows color (decimal): -3847856 or 5261765. OLE color: 5261765.

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

Color convert

RGB 197 73 80 -
CMYK 0 0.63 0.59 0.23
HSL 356.61º 0.52% 0.53% -
HSV(B) 356.61º 0.63% 0.77% -
XYZ 26.86 17.21 9.5 -
YUV 110.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 197 73 80 0 0.63 0.59 0.23 356.61 0.52 0.53
Hex C5 49 50 0 3F 3B 17 165 34 35
Octal 305 111 120 0 77 73 27 545 64 65
Binary 11000101 1001001 1010000 0 111111 111011 10111 101100101 110100 110101

Color Harmonies of #C54950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54950

Black with #C54950

Text Example


Text Example

White with #C54950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54950; }

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

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

background-color css

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

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

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

border-color css

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

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

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