Html Css Color HEX #C6549C Mulberry

📋 copy color: '#C6549C'

red 198 ◦ green 84 ◦ blue 156

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

Shades of Mulberry #C6549C

Tints of Mulberry #C6549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.62%

R = 45.21%
G = 19.18%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6549C (or 0xC6549C) is known color: Mulberry. HEX triplet: C6, 54 and 9C. RGB value is (198,84,156). Sum of RGB (Red+Green+Blue) = 198+84+156=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6549C is #39AB63. Grayscale: #7E7E7E. Windows color (decimal): -3779428 or 10245318. OLE color: 10245318.

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

Color convert

RGB 198 84 156 -
CMYK 0 0.58 0.21 0.22
HSL 322.11º 0.5% 0.55% -
HSV(B) 322.11º 0.58% 0.78% -
XYZ 32.46 20.75 33.75 -
YUV 126.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 198 84 156 0 0.58 0.21 0.22 322.11 0.5 0.55
Hex C6 54 9C 0 3A 15 16 142 32 37
Octal 306 124 234 0 72 25 26 502 62 67
Binary 11000110 1010100 10011100 0 111010 10101 10110 101000010 110010 110111

Color Harmonies of #C6549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6549C

Black with #C6549C

Text Example


Text Example

White with #C6549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6549C; }

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

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

background-color css

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

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

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

border-color css

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

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

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