Html Css Color HEX #C6558D Mulberry

📋 copy color: '#C6558D'

red 198 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #C6558D

Tints of Mulberry #C6558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 46.7%
G = 20.05%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6558D (or 0xC6558D) is known color: Mulberry. HEX triplet: C6, 55 and 8D. RGB value is (198,85,141). Sum of RGB (Red+Green+Blue) = 198+85+141=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6558D is #39AA72. Grayscale: #7D7D7D. Windows color (decimal): -3779187 or 9262534. OLE color: 9262534.

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

Color convert

RGB 198 85 141 -
CMYK 0 0.57 0.29 0.22
HSL 330.27º 0.5% 0.55% -
HSV(B) 330.27º 0.57% 0.78% -
XYZ 31.34 20.43 27.49 -
YUV 125.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 198 85 141 0 0.57 0.29 0.22 330.27 0.5 0.55
Hex C6 55 8D 0 39 1D 16 14A 32 37
Octal 306 125 215 0 71 35 26 512 62 67
Binary 11000110 1010101 10001101 0 111001 11101 10110 101001010 110010 110111

Color Harmonies of #C6558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6558D

Black with #C6558D

Text Example


Text Example

White with #C6558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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