Html Css Color HEX #C54649 Mandy

📋 copy color: '#C54649'

red 197 ◦ green 70 ◦ blue 73

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

Shades of Mandy #C54649

Tints of Mandy #C54649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

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

R = 57.94%
G = 20.59%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C54649 (or 0xC54649) is known color: Mandy. HEX triplet: C5, 46 and 49. RGB value is (197,70,73). Sum of RGB (Red+Green+Blue) = 197+70+73=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C54649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54649 is #3AB9B6. Grayscale: #6C6C6C. Windows color (decimal): -3848631 or 4802245. OLE color: 4802245.

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

Color convert

RGB 197 70 73 -
CMYK 0 0.64 0.63 0.23
HSL 358.58º 0.52% 0.52% -
HSV(B) 358.58º 0.64% 0.77% -
XYZ 26.42 16.73 8.14 -
YUV 108.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 197 70 73 0 0.64 0.63 0.23 358.58 0.52 0.52
Hex C5 46 49 0 40 3F 17 167 34 34
Octal 305 106 111 0 100 77 27 547 64 64
Binary 11000101 1000110 1001001 0 1000000 111111 10111 101100111 110100 110100

Color Harmonies of #C54649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54649

Black with #C54649

Text Example


Text Example

White with #C54649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54649; }

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

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

background-color css

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

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

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

border-color css

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

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

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