Html Css Color HEX #C64C5E Mandy

📋 copy color: '#C64C5E'

red 198 ◦ green 76 ◦ blue 94

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

Shades of Mandy #C64C5E

Tints of Mandy #C64C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.65%

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

R = 53.8%
G = 20.65%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C64C5E (or 0xC64C5E) is known color: Mandy. HEX triplet: C6, 4C and 5E. RGB value is (198,76,94). Sum of RGB (Red+Green+Blue) = 198+76+94=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C5E is #39B3A1. Grayscale: #727272. Windows color (decimal): -3781538 or 6180038. OLE color: 6180038.

HSL color Cylindrical-coordinate representation of color #C64C5E: hue angle of 351.15º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C5E is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 76 94 -
CMYK 0 0.62 0.53 0.22
HSL 351.15º 0.52% 0.54% -
HSV(B) 351.15º 0.62% 0.78% -
XYZ 27.89 17.98 12.59 -
YUV 114.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 198 76 94 0 0.62 0.53 0.22 351.15 0.52 0.54
Hex C6 4C 5E 0 3E 35 16 15F 34 36
Octal 306 114 136 0 76 65 26 537 64 66
Binary 11000110 1001100 1011110 0 111110 110101 10110 101011111 110100 110110

Color Harmonies of #C64C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64C5E

Black with #C64C5E

Text Example


Text Example

White with #C64C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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