Html Css Color HEX #C64D53 Mandy

📋 copy color: '#C64D53'

red 198 ◦ green 77 ◦ blue 83

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

Shades of Mandy #C64D53

Tints of Mandy #C64D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 55.31%
G = 21.51%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C64D53 (or 0xC64D53) is known color: Mandy. HEX triplet: C6, 4D and 53. RGB value is (198,77,83). Sum of RGB (Red+Green+Blue) = 198+77+83=358 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.31% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D53 is #39B2AC. Grayscale: #717171. Windows color (decimal): -3781293 or 5459398. OLE color: 5459398.

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

Color convert

RGB 198 77 83 -
CMYK 0 0.61 0.58 0.22
HSL 357.02º 0.51% 0.54% -
HSV(B) 357.02º 0.61% 0.78% -
XYZ 27.5 17.94 10.2 -
YUV 113.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 198 77 83 0 0.61 0.58 0.22 357.02 0.51 0.54
Hex C6 4D 53 0 3D 3A 16 165 33 36
Octal 306 115 123 0 75 72 26 545 63 66
Binary 11000110 1001101 1010011 0 111101 111010 10110 101100101 110011 110110

Color Harmonies of #C64D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D53

Black with #C64D53

Text Example


Text Example

White with #C64D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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