Html Css Color HEX #C64086 Mulberry

📋 copy color: '#C64086'

red 198 ◦ green 64 ◦ blue 134

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

Shades of Mulberry #C64086

Tints of Mulberry #C64086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.84%

R = 50%
G = 16.16%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C64086 (or 0xC64086) is known color: Mulberry. HEX triplet: C6, 40 and 86. RGB value is (198,64,134). Sum of RGB (Red+Green+Blue) = 198+64+134=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64086 is #39BF79. Grayscale: #6F6F6F. Windows color (decimal): -3784570 or 8798406. OLE color: 8798406.

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

Color convert

RGB 198 64 134 -
CMYK 0 0.68 0.32 0.22
HSL 328.66º 0.54% 0.51% -
HSV(B) 328.66º 0.68% 0.78% -
XYZ 29.43 17.39 24.36 -
YUV 112.05 140.39 189.31 -
System Red Green Blue C M Y K H S L
Decimal 198 64 134 0 0.68 0.32 0.22 328.66 0.54 0.51
Hex C6 40 86 0 44 20 16 149 36 33
Octal 306 100 206 0 104 40 26 511 66 63
Binary 11000110 1000000 10000110 0 1000100 100000 10110 101001001 110110 110011

Color Harmonies of #C64086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64086

Black with #C64086

Text Example


Text Example

White with #C64086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64086; }

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

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

background-color css

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

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

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

border-color css

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

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

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