Html Css Color HEX #C6548C Mulberry

📋 copy color: '#C6548C'

red 198 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #C6548C

Tints of Mulberry #C6548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 46.92%
G = 19.91%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6548C (or 0xC6548C) is known color: Mulberry. HEX triplet: C6, 54 and 8C. RGB value is (198,84,140). Sum of RGB (Red+Green+Blue) = 198+84+140=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6548C is #39AB73. Grayscale: #7C7C7C. Windows color (decimal): -3779444 or 9196742. OLE color: 9196742.

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

Color convert

RGB 198 84 140 -
CMYK 0 0.58 0.29 0.22
HSL 330.53º 0.5% 0.55% -
HSV(B) 330.53º 0.58% 0.78% -
XYZ 31.19 20.24 27.07 -
YUV 124.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 198 84 140 0 0.58 0.29 0.22 330.53 0.5 0.55
Hex C6 54 8C 0 3A 1D 16 14B 32 37
Octal 306 124 214 0 72 35 26 513 62 67
Binary 11000110 1010100 10001100 0 111010 11101 10110 101001011 110010 110111

Color Harmonies of #C6548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6548C

Black with #C6548C

Text Example


Text Example

White with #C6548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6548C; }

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

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

background-color css

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

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

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

border-color css

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

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

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