Html Css Color HEX #C64084 Mulberry

📋 copy color: '#C64084'

red 198 ◦ green 64 ◦ blue 132

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

Shades of Mulberry #C64084

Tints of Mulberry #C64084

RGB

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

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

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

R = 50.25%
G = 16.24%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C64084 (or 0xC64084) is known color: Mulberry. HEX triplet: C6, 40 and 84. RGB value is (198,64,132). Sum of RGB (Red+Green+Blue) = 198+64+132=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C64084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64084 is #39BF7B. Grayscale: #6F6F6F. Windows color (decimal): -3784572 or 8667334. OLE color: 8667334.

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

Color convert

RGB 198 64 132 -
CMYK 0 0.68 0.33 0.22
HSL 329.55º 0.54% 0.51% -
HSV(B) 329.55º 0.68% 0.78% -
XYZ 29.29 17.34 23.63 -
YUV 111.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 198 64 132 0 0.68 0.33 0.22 329.55 0.54 0.51
Hex C6 40 84 0 44 21 16 14A 36 33
Octal 306 100 204 0 104 41 26 512 66 63
Binary 11000110 1000000 10000100 0 1000100 100001 10110 101001010 110110 110011

Color Harmonies of #C64084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64084

Black with #C64084

Text Example


Text Example

White with #C64084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64084; }

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

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

background-color css

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

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

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

border-color css

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

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

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