Html Css Color HEX #C64091 Mulberry

📋 copy color: '#C64091'

red 198 ◦ green 64 ◦ blue 145

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

Shades of Mulberry #C64091

Tints of Mulberry #C64091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

 BLUE value IS 145 (57.03% from 255) = 35.63%

R = 48.65%
G = 15.72%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C64091 (or 0xC64091) is known color: Mulberry. HEX triplet: C6, 40 and 91. RGB value is (198,64,145). Sum of RGB (Red+Green+Blue) = 198+64+145=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C64091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64091 is #39BF6E. Grayscale: #717171. Windows color (decimal): -3784559 or 9519302. OLE color: 9519302.

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

Color convert

RGB 198 64 145 -
CMYK 0 0.68 0.27 0.22
HSL 323.73º 0.54% 0.51% -
HSV(B) 323.73º 0.68% 0.78% -
XYZ 30.23 17.72 28.61 -
YUV 113.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 198 64 145 0 0.68 0.27 0.22 323.73 0.54 0.51
Hex C6 40 91 0 44 1B 16 144 36 33
Octal 306 100 221 0 104 33 26 504 66 63
Binary 11000110 1000000 10010001 0 1000100 11011 10110 101000100 110110 110011

Color Harmonies of #C64091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64091

Black with #C64091

Text Example


Text Example

White with #C64091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64091; }

 p { color: rgb(198,64,145); }

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

background-color css

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

 a { background-color: rgb(198,64,145); }

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

border-color css

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

 span { border-color: rgb(198,64,145); }

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