Html Css Color HEX #C64F57 Mandy

📋 copy color: '#C64F57'

red 198 ◦ green 79 ◦ blue 87

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

Shades of Mandy #C64F57

Tints of Mandy #C64F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.9%

R = 54.4%
G = 21.7%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C64F57 (or 0xC64F57) is known color: Mandy. HEX triplet: C6, 4F and 57. RGB value is (198,79,87). Sum of RGB (Red+Green+Blue) = 198+79+87=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F57 is #39B0A8. Grayscale: #737373. Windows color (decimal): -3780777 or 5722054. OLE color: 5722054.

HSL color Cylindrical-coordinate representation of color #C64F57: hue angle of 355.97º 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 #C64F57 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 79 87 -
CMYK 0 0.60 0.56 0.22
HSL 355.97º 0.51% 0.54% -
HSV(B) 355.97º 0.6% 0.78% -
XYZ 27.8 18.29 11.08 -
YUV 115.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 198 79 87 0 0.60 0.56 0.22 355.97 0.51 0.54
Hex C6 4F 57 0 3C 38 16 164 33 36
Octal 306 117 127 0 74 70 26 544 63 66
Binary 11000110 1001111 1010111 0 111100 111000 10110 101100100 110011 110110

Color Harmonies of #C64F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64F57

Black with #C64F57

Text Example


Text Example

White with #C64F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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