Html Css Color HEX #C64D54 Mandy

📋 copy color: '#C64D54'

red 198 ◦ green 77 ◦ blue 84

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

Shades of Mandy #C64D54

Tints of Mandy #C64D54

RGB

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

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

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

R = 55.15%
G = 21.45%
B = 23.4%

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

#C64D54 (or 0xC64D54) is known color: Mandy. HEX triplet: C6, 4D and 54. RGB value is (198,77,84). Sum of RGB (Red+Green+Blue) = 198+77+84=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D54 is #39B2AB. Grayscale: #727272. Windows color (decimal): -3781292 or 5524934. OLE color: 5524934.

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

Color convert

RGB 198 77 84 -
CMYK 0 0.61 0.58 0.22
HSL 356.53º 0.51% 0.54% -
HSV(B) 356.53º 0.61% 0.78% -
XYZ 27.54 17.95 10.4 -
YUV 113.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 198 77 84 0 0.61 0.58 0.22 356.53 0.51 0.54
Hex C6 4D 54 0 3D 3A 16 165 33 36
Octal 306 115 124 0 75 72 26 545 63 66
Binary 11000110 1001101 1010100 0 111101 111010 10110 101100101 110011 110110

Color Harmonies of #C64D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D54

Black with #C64D54

Text Example


Text Example

White with #C64D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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