Html Css Color HEX #C54F54 Mandy

📋 copy color: '#C54F54'

red 197 ◦ green 79 ◦ blue 84

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

Shades of Mandy #C54F54

Tints of Mandy #C54F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.94%

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

R = 54.72%
G = 21.94%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C54F54 (or 0xC54F54) is known color: Mandy. HEX triplet: C5, 4F and 54. RGB value is (197,79,84). Sum of RGB (Red+Green+Blue) = 197+79+84=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F54 is #3AB0AB. Grayscale: #727272. Windows color (decimal): -3846316 or 5525445. OLE color: 5525445.

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

Color convert

RGB 197 79 84 -
CMYK 0 0.60 0.57 0.23
HSL 357.46º 0.5% 0.54% -
HSV(B) 357.46º 0.6% 0.77% -
XYZ 27.42 18.1 10.44 -
YUV 114.85 110.59 186.59 -
System Red Green Blue C M Y K H S L
Decimal 197 79 84 0 0.60 0.57 0.23 357.46 0.5 0.54
Hex C5 4F 54 0 3C 39 17 165 32 36
Octal 305 117 124 0 74 71 27 545 62 66
Binary 11000101 1001111 1010100 0 111100 111001 10111 101100101 110010 110110

Color Harmonies of #C54F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F54

Black with #C54F54

Text Example


Text Example

White with #C54F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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