Html Css Color HEX #C64584 Mulberry

📋 copy color: '#C64584'

red 198 ◦ green 69 ◦ blue 132

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

Shades of Mulberry #C64584

Tints of Mulberry #C64584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.29%

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 49.62%
G = 17.29%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C64584 (or 0xC64584) is known color: Mulberry. HEX triplet: C6, 45 and 84. RGB value is (198,69,132). Sum of RGB (Red+Green+Blue) = 198+69+132=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C64584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64584 is #39BA7B. Grayscale: #727272. Windows color (decimal): -3783292 or 8668614. OLE color: 8668614.

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

Color convert

RGB 198 69 132 -
CMYK 0 0.65 0.33 0.22
HSL 330.7º 0.53% 0.52% -
HSV(B) 330.7º 0.65% 0.78% -
XYZ 29.58 17.93 23.73 -
YUV 114.75 137.74 187.38 -
System Red Green Blue C M Y K H S L
Decimal 198 69 132 0 0.65 0.33 0.22 330.7 0.53 0.52
Hex C6 45 84 0 41 21 16 14B 35 34
Octal 306 105 204 0 101 41 26 513 65 64
Binary 11000110 1000101 10000100 0 1000001 100001 10110 101001011 110101 110100

Color Harmonies of #C64584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64584

Black with #C64584

Text Example


Text Example

White with #C64584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64584; }

 p { color: rgb(198,69,132); }

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

background-color css

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

 a { background-color: rgb(198,69,132); }

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

border-color css

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

 span { border-color: rgb(198,69,132); }

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