Html Css Color HEX #C6549E Mulberry

📋 copy color: '#C6549E'

red 198 ◦ green 84 ◦ blue 158

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

Shades of Mulberry #C6549E

Tints of Mulberry #C6549E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.09%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 45%
G = 19.09%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6549E (or 0xC6549E) is known color: Mulberry. HEX triplet: C6, 54 and 9E. RGB value is (198,84,158). Sum of RGB (Red+Green+Blue) = 198+84+158=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6549E is #39AB61. Grayscale: #7E7E7E. Windows color (decimal): -3779426 or 10376390. OLE color: 10376390.

HSL color Cylindrical-coordinate representation of color #C6549E: hue angle of 321.05º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6549E is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 158 -
CMYK 0 0.58 0.20 0.22
HSL 321.05º 0.5% 0.55% -
HSV(B) 321.05º 0.58% 0.78% -
XYZ 32.63 20.82 34.65 -
YUV 126.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 198 84 158 0 0.58 0.20 0.22 321.05 0.5 0.55
Hex C6 54 9E 0 3A 14 16 141 32 37
Octal 306 124 236 0 72 24 26 501 62 67
Binary 11000110 1010100 10011110 0 111010 10100 10110 101000001 110010 110111

Color Harmonies of #C6549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6549E

Black with #C6549E

Text Example


Text Example

White with #C6549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6549E; }

 p { color: rgb(198,84,158); }

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

background-color css

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

 a { background-color: rgb(198,84,158); }

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

border-color css

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

 span { border-color: rgb(198,84,158); }

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