Html Css Color HEX #C54254 Mandy

📋 copy color: '#C54254'

red 197 ◦ green 66 ◦ blue 84

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

Shades of Mandy #C54254

Tints of Mandy #C54254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.21%

R = 56.77%
G = 19.02%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C54254 (or 0xC54254) is known color: Mandy. HEX triplet: C5, 42 and 54. RGB value is (197,66,84). Sum of RGB (Red+Green+Blue) = 197+66+84=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C54254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54254 is #3ABDAB. Grayscale: #6B6B6B. Windows color (decimal): -3849644 or 5522117. OLE color: 5522117.

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

Color convert

RGB 197 66 84 -
CMYK 0 0.66 0.57 0.23
HSL 351.76º 0.53% 0.52% -
HSV(B) 351.76º 0.66% 0.77% -
XYZ 26.57 16.41 10.15 -
YUV 107.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 197 66 84 0 0.66 0.57 0.23 351.76 0.53 0.52
Hex C5 42 54 0 42 39 17 160 35 34
Octal 305 102 124 0 102 71 27 540 65 64
Binary 11000101 1000010 1010100 0 1000010 111001 10111 101100000 110101 110100

Color Harmonies of #C54254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54254

Black with #C54254

Text Example


Text Example

White with #C54254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54254; }

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

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

background-color css

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

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

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

border-color css

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

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

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