Html Css Color HEX #C64D55 Mandy

📋 copy color: '#C64D55'

red 198 ◦ green 77 ◦ blue 85

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

Shades of Mandy #C64D55

Tints of Mandy #C64D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 55%
G = 21.39%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C64D55 (or 0xC64D55) is known color: Mandy. HEX triplet: C6, 4D and 55. RGB value is (198,77,85). Sum of RGB (Red+Green+Blue) = 198+77+85=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D55 is #39B2AA. Grayscale: #727272. Windows color (decimal): -3781291 or 5590470. OLE color: 5590470.

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

Color convert

RGB 198 77 85 -
CMYK 0 0.61 0.57 0.22
HSL 356.03º 0.51% 0.54% -
HSV(B) 356.03º 0.61% 0.78% -
XYZ 27.58 17.97 10.61 -
YUV 114.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 198 77 85 0 0.61 0.57 0.22 356.03 0.51 0.54
Hex C6 4D 55 0 3D 39 16 164 33 36
Octal 306 115 125 0 75 71 26 544 63 66
Binary 11000110 1001101 1010101 0 111101 111001 10110 101100100 110011 110110

Color Harmonies of #C64D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D55

Black with #C64D55

Text Example


Text Example

White with #C64D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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