Html Css Color HEX #C6549A Mulberry

📋 copy color: '#C6549A'

red 198 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #C6549A

Tints of Mulberry #C6549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 45.41%
G = 19.27%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6549A (or 0xC6549A) is known color: Mulberry. HEX triplet: C6, 54 and 9A. RGB value is (198,84,154). Sum of RGB (Red+Green+Blue) = 198+84+154=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6549A is #39AB65. Grayscale: #7D7D7D. Windows color (decimal): -3779430 or 10114246. OLE color: 10114246.

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

Color convert

RGB 198 84 154 -
CMYK 0 0.58 0.22 0.22
HSL 323.16º 0.5% 0.55% -
HSV(B) 323.16º 0.58% 0.78% -
XYZ 32.29 20.68 32.86 -
YUV 126.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 198 84 154 0 0.58 0.22 0.22 323.16 0.5 0.55
Hex C6 54 9A 0 3A 16 16 143 32 37
Octal 306 124 232 0 72 26 26 503 62 67
Binary 11000110 1010100 10011010 0 111010 10110 10110 101000011 110010 110111

Color Harmonies of #C6549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6549A

Black with #C6549A

Text Example


Text Example

White with #C6549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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