Html Css Color HEX #C64A51 Mandy

📋 copy color: '#C64A51'

red 198 ◦ green 74 ◦ blue 81

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

Shades of Mandy #C64A51

Tints of Mandy #C64A51

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.96%

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

R = 56.09%
G = 20.96%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C64A51 (or 0xC64A51) is known color: Mandy. HEX triplet: C6, 4A and 51. RGB value is (198,74,81). Sum of RGB (Red+Green+Blue) = 198+74+81=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A51 is #39B5AE. Grayscale: #6F6F6F. Windows color (decimal): -3782063 or 5327558. OLE color: 5327558.

HSL color Cylindrical-coordinate representation of color #C64A51: hue angle of 356.61º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A51 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 74 81 -
CMYK 0 0.63 0.59 0.22
HSL 356.61º 0.52% 0.53% -
HSV(B) 356.61º 0.63% 0.78% -
XYZ 27.22 17.5 9.73 -
YUV 111.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 198 74 81 0 0.63 0.59 0.22 356.61 0.52 0.53
Hex C6 4A 51 0 3F 3B 16 165 34 35
Octal 306 112 121 0 77 73 26 545 64 65
Binary 11000110 1001010 1010001 0 111111 111011 10110 101100101 110100 110101

Color Harmonies of #C64A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64A51

Black with #C64A51

Text Example


Text Example

White with #C64A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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