Html Css Color HEX #C6548E Mulberry

📋 copy color: '#C6548E'

red 198 ◦ green 84 ◦ blue 142

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

Shades of Mulberry #C6548E

Tints of Mulberry #C6548E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.49%

R = 46.7%
G = 19.81%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6548E (or 0xC6548E) is known color: Mulberry. HEX triplet: C6, 54 and 8E. RGB value is (198,84,142). Sum of RGB (Red+Green+Blue) = 198+84+142=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6548E is #39AB71. Grayscale: #7C7C7C. Windows color (decimal): -3779442 or 9327814. OLE color: 9327814.

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

Color convert

RGB 198 84 142 -
CMYK 0 0.58 0.28 0.22
HSL 329.47º 0.5% 0.55% -
HSV(B) 329.47º 0.58% 0.78% -
XYZ 31.34 20.3 27.86 -
YUV 124.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 198 84 142 0 0.58 0.28 0.22 329.47 0.5 0.55
Hex C6 54 8E 0 3A 1C 16 149 32 37
Octal 306 124 216 0 72 34 26 511 62 67
Binary 11000110 1010100 10001110 0 111010 11100 10110 101001001 110010 110111

Color Harmonies of #C6548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6548E

Black with #C6548E

Text Example


Text Example

White with #C6548E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6548E; }

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

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

background-color css

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

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

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

border-color css

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

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

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