Html Css Color HEX #C64F54 Mandy

📋 copy color: '#C64F54'

red 198 ◦ green 79 ◦ blue 84

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

Shades of Mandy #C64F54

Tints of Mandy #C64F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 54.85%
G = 21.88%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C64F54 (or 0xC64F54) is known color: Mandy. HEX triplet: C6, 4F and 54. RGB value is (198,79,84). Sum of RGB (Red+Green+Blue) = 198+79+84=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F54 is #39B0AB. Grayscale: #737373. Windows color (decimal): -3780780 or 5525446. OLE color: 5525446.

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

Color convert

RGB 198 79 84 -
CMYK 0 0.60 0.58 0.22
HSL 357.48º 0.51% 0.54% -
HSV(B) 357.48º 0.6% 0.78% -
XYZ 27.68 18.24 10.45 -
YUV 115.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 198 79 84 0 0.60 0.58 0.22 357.48 0.51 0.54
Hex C6 4F 54 0 3C 3A 16 165 33 36
Octal 306 117 124 0 74 72 26 545 63 66
Binary 11000110 1001111 1010100 0 111100 111010 10110 101100101 110011 110110

Color Harmonies of #C64F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F54

Black with #C64F54

Text Example


Text Example

White with #C64F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F54; }

 p { color: rgb(198,79,84); }

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

background-color css

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

 a { background-color: rgb(198,79,84); }

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

border-color css

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

 span { border-color: rgb(198,79,84); }

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