Html Css Color HEX #C64E51 Mandy

📋 copy color: '#C64E51'

red 198 ◦ green 78 ◦ blue 81

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

Shades of Mandy #C64E51

Tints of Mandy #C64E51

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.85%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 55.46%
G = 21.85%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C64E51 (or 0xC64E51) is known color: Mandy. HEX triplet: C6, 4E and 51. RGB value is (198,78,81). Sum of RGB (Red+Green+Blue) = 198+78+81=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E51 is #39B1AE. Grayscale: #727272. Windows color (decimal): -3781039 or 5328582. OLE color: 5328582.

HSL color Cylindrical-coordinate representation of color #C64E51: hue angle of 358.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 #C64E51 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 78 81 -
CMYK 0 0.61 0.59 0.22
HSL 358.5º 0.51% 0.54% -
HSV(B) 358.5º 0.61% 0.78% -
XYZ 27.5 18.05 9.82 -
YUV 114.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 198 78 81 0 0.61 0.59 0.22 358.5 0.51 0.54
Hex C6 4E 51 0 3D 3B 16 166 33 36
Octal 306 116 121 0 75 73 26 546 63 66
Binary 11000110 1001110 1010001 0 111101 111011 10110 101100110 110011 110110

Color Harmonies of #C64E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64E51

Black with #C64E51

Text Example


Text Example

White with #C64E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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