Html Css Color HEX #C6558F Mulberry

📋 copy color: '#C6558F'

red 198 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #C6558F

Tints of Mulberry #C6558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.95%

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 46.48%
G = 19.95%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6558F (or 0xC6558F) is known color: Mulberry. HEX triplet: C6, 55 and 8F. RGB value is (198,85,143). Sum of RGB (Red+Green+Blue) = 198+85+143=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6558F is #39AA70. Grayscale: #7D7D7D. Windows color (decimal): -3779185 or 9393606. OLE color: 9393606.

HSL color Cylindrical-coordinate representation of color #C6558F: hue angle of 329.2º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6558F is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 143 -
CMYK 0 0.57 0.28 0.22
HSL 329.2º 0.5% 0.55% -
HSV(B) 329.2º 0.57% 0.78% -
XYZ 31.5 20.49 28.28 -
YUV 125.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 198 85 143 0 0.57 0.28 0.22 329.2 0.5 0.55
Hex C6 55 8F 0 39 1C 16 149 32 37
Octal 306 125 217 0 71 34 26 511 62 67
Binary 11000110 1010101 10001111 0 111001 11100 10110 101001001 110010 110111

Color Harmonies of #C6558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6558F

Black with #C6558F

Text Example


Text Example

White with #C6558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6558F; }

 p { color: rgb(198,85,143); }

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

background-color css

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

 a { background-color: rgb(198,85,143); }

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

border-color css

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

 span { border-color: rgb(198,85,143); }

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