Html Css Color HEX #C6548B Mulberry

📋 copy color: '#C6548B'

red 198 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #C6548B

Tints of Mulberry #C6548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 47.03%
G = 19.95%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6548B (or 0xC6548B) is known color: Mulberry. HEX triplet: C6, 54 and 8B. RGB value is (198,84,139). Sum of RGB (Red+Green+Blue) = 198+84+139=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6548B is #39AB74. Grayscale: #7C7C7C. Windows color (decimal): -3779445 or 9131206. OLE color: 9131206.

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

Color convert

RGB 198 84 139 -
CMYK 0 0.58 0.30 0.22
HSL 331.05º 0.5% 0.55% -
HSV(B) 331.05º 0.58% 0.78% -
XYZ 31.12 20.21 26.69 -
YUV 124.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 198 84 139 0 0.58 0.30 0.22 331.05 0.5 0.55
Hex C6 54 8B 0 3A 1E 16 14B 32 37
Octal 306 124 213 0 72 36 26 513 62 67
Binary 11000110 1010100 10001011 0 111010 11110 10110 101001011 110010 110111

Color Harmonies of #C6548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6548B

Black with #C6548B

Text Example


Text Example

White with #C6548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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