Html Css Color HEX #C54951 Mandy

📋 copy color: '#C54951'

red 197 ◦ green 73 ◦ blue 81

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

Shades of Mandy #C54951

Tints of Mandy #C54951

RGB

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

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

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

R = 56.13%
G = 20.8%
B = 23.08%

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

#C54951 (or 0xC54951) is known color: Mandy. HEX triplet: C5, 49 and 51. RGB value is (197,73,81). Sum of RGB (Red+Green+Blue) = 197+73+81=351 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.13% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 197 - color contains mainly: red. Hex color #C54951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54951 is #3AB6AE. Grayscale: #6F6F6F. Windows color (decimal): -3847855 or 5327301. OLE color: 5327301.

HSL color Cylindrical-coordinate representation of color #C54951: hue angle of 356.13º 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 #C54951 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 73 81 -
CMYK 0 0.63 0.59 0.23
HSL 356.13º 0.52% 0.53% -
HSV(B) 356.13º 0.63% 0.77% -
XYZ 26.89 17.23 9.69 -
YUV 110.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 197 73 81 0 0.63 0.59 0.23 356.13 0.52 0.53
Hex C5 49 51 0 3F 3B 17 164 34 35
Octal 305 111 121 0 77 73 27 544 64 65
Binary 11000101 1001001 1010001 0 111111 111011 10111 101100100 110100 110101

Color Harmonies of #C54951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54951

Black with #C54951

Text Example


Text Example

White with #C54951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54951; }

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

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

background-color css

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

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

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

border-color css

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

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

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