Html Css Color HEX #C54251 Mandy

📋 copy color: '#C54251'

red 197 ◦ green 66 ◦ blue 81

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

Shades of Mandy #C54251

Tints of Mandy #C54251

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.19%

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

R = 57.27%
G = 19.19%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C54251 (or 0xC54251) is known color: Mandy. HEX triplet: C5, 42 and 51. RGB value is (197,66,81). Sum of RGB (Red+Green+Blue) = 197+66+81=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C54251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54251 is #3ABDAE. Grayscale: #6A6A6A. Windows color (decimal): -3849647 or 5325509. OLE color: 5325509.

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

Color convert

RGB 197 66 81 -
CMYK 0 0.66 0.59 0.23
HSL 353.13º 0.53% 0.52% -
HSV(B) 353.13º 0.66% 0.77% -
XYZ 26.46 16.36 9.55 -
YUV 106.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 197 66 81 0 0.66 0.59 0.23 353.13 0.53 0.52
Hex C5 42 51 0 42 3B 17 161 35 34
Octal 305 102 121 0 102 73 27 541 65 64
Binary 11000101 1000010 1010001 0 1000010 111011 10111 101100001 110101 110100

Color Harmonies of #C54251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54251

Black with #C54251

Text Example


Text Example

White with #C54251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54251; }

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

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

background-color css

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

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

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

border-color css

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

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

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