Html Css Color HEX #C64D5E Mandy

📋 copy color: '#C64D5E'

red 198 ◦ green 77 ◦ blue 94

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

Shades of Mandy #C64D5E

Tints of Mandy #C64D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.47%

R = 53.66%
G = 20.87%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C64D5E (or 0xC64D5E) is known color: Mandy. HEX triplet: C6, 4D and 5E. RGB value is (198,77,94). Sum of RGB (Red+Green+Blue) = 198+77+94=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D5E is #39B2A1. Grayscale: #737373. Windows color (decimal): -3781282 or 6180294. OLE color: 6180294.

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

Color convert

RGB 198 77 94 -
CMYK 0 0.61 0.53 0.22
HSL 351.57º 0.51% 0.54% -
HSV(B) 351.57º 0.61% 0.78% -
XYZ 27.96 18.12 12.61 -
YUV 115.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 198 77 94 0 0.61 0.53 0.22 351.57 0.51 0.54
Hex C6 4D 5E 0 3D 35 16 160 33 36
Octal 306 115 136 0 75 65 26 540 63 66
Binary 11000110 1001101 1011110 0 111101 110101 10110 101100000 110011 110110

Color Harmonies of #C64D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64D5E

Black with #C64D5E

Text Example


Text Example

White with #C64D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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