Html Css Color HEX #C64D4E Mandy

📋 copy color: '#C64D4E'

red 198 ◦ green 77 ◦ blue 78

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

Shades of Mandy #C64D4E

Tints of Mandy #C64D4E

RGB

 RED value IS 198 (77.73% from 255) = 56.09%

 GREEN value IS 77 (30.47% from 255) = 21.81%

 BLUE value IS 78 (30.86% from 255) = 22.1%

R = 56.09%
G = 21.81%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C64D4E (or 0xC64D4E) is known color: Mandy. HEX triplet: C6, 4D and 4E. RGB value is (198,77,78). Sum of RGB (Red+Green+Blue) = 198+77+78=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D4E is #39B2B1. Grayscale: #717171. Windows color (decimal): -3781298 or 5131718. OLE color: 5131718.

HSL color Cylindrical-coordinate representation of color #C64D4E: hue angle of 359.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D4E is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 77 78 -
CMYK 0 0.61 0.61 0.22
HSL 359.5º 0.51% 0.54% -
HSV(B) 359.5º 0.61% 0.78% -
XYZ 27.32 17.86 9.22 -
YUV 113.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 198 77 78 0 0.61 0.61 0.22 359.5 0.51 0.54
Hex C6 4D 4E 0 3D 3D 16 168 33 36
Octal 306 115 116 0 75 75 26 550 63 66
Binary 11000110 1001101 1001110 0 111101 111101 10110 101101000 110011 110110

Color Harmonies of #C64D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D4E

Black with #C64D4E

Text Example


Text Example

White with #C64D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D4E; }

 p { color: rgb(198,77,78); }

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

background-color css

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

 a { background-color: rgb(198,77,78); }

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

border-color css

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

 span { border-color: rgb(198,77,78); }

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