Html Css Color HEX #C64594 Mulberry

📋 copy color: '#C64594'

red 198 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #C64594

Tints of Mulberry #C64594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 47.71%
G = 16.63%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C64594 (or 0xC64594) is known color: Mulberry. HEX triplet: C6, 45 and 94. RGB value is (198,69,148). Sum of RGB (Red+Green+Blue) = 198+69+148=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 69 (27.34% from 255 or 16.63% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C64594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64594 is #39BA6B. Grayscale: #747474. Windows color (decimal): -3783276 or 9717190. OLE color: 9717190.

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

Color convert

RGB 198 69 148 -
CMYK 0 0.65 0.25 0.22
HSL 323.26º 0.53% 0.52% -
HSV(B) 323.26º 0.65% 0.78% -
XYZ 30.76 18.4 29.95 -
YUV 116.58 145.74 186.08 -
System Red Green Blue C M Y K H S L
Decimal 198 69 148 0 0.65 0.25 0.22 323.26 0.53 0.52
Hex C6 45 94 0 41 19 16 143 35 34
Octal 306 105 224 0 101 31 26 503 65 64
Binary 11000110 1000101 10010100 0 1000001 11001 10110 101000011 110101 110100

Color Harmonies of #C64594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64594

Black with #C64594

Text Example


Text Example

White with #C64594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64594; }

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

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

background-color css

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

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

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

border-color css

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

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

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