Html Css Color HEX #C54549 Mandy

📋 copy color: '#C54549'

red 197 ◦ green 69 ◦ blue 73

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

Shades of Mandy #C54549

Tints of Mandy #C54549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 58.11%
G = 20.35%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C54549 (or 0xC54549) is known color: Mandy. HEX triplet: C5, 45 and 49. RGB value is (197,69,73). Sum of RGB (Red+Green+Blue) = 197+69+73=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C54549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54549 is #3ABAB6. Grayscale: #6B6B6B. Windows color (decimal): -3848887 or 4801989. OLE color: 4801989.

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

Color convert

RGB 197 69 73 -
CMYK 0 0.65 0.63 0.23
HSL 358.13º 0.52% 0.52% -
HSV(B) 358.13º 0.65% 0.77% -
XYZ 26.36 16.61 8.12 -
YUV 107.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 197 69 73 0 0.65 0.63 0.23 358.13 0.52 0.52
Hex C5 45 49 0 41 3F 17 166 34 34
Octal 305 105 111 0 101 77 27 546 64 64
Binary 11000101 1000101 1001001 0 1000001 111111 10111 101100110 110100 110100

Color Harmonies of #C54549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54549

Black with #C54549

Text Example


Text Example

White with #C54549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54549; }

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

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

background-color css

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

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

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

border-color css

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

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

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