Html Css Color HEX #C6559C Mulberry

📋 copy color: '#C6559C'

red 198 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #C6559C

Tints of Mulberry #C6559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 45.1%
G = 19.36%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6559C (or 0xC6559C) is known color: Mulberry. HEX triplet: C6, 55 and 9C. RGB value is (198,85,156). Sum of RGB (Red+Green+Blue) = 198+85+156=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C6559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6559C is #39AA63. Grayscale: #7E7E7E. Windows color (decimal): -3779172 or 10245574. OLE color: 10245574.

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

Color convert

RGB 198 85 156 -
CMYK 0 0.57 0.21 0.22
HSL 322.3º 0.5% 0.55% -
HSV(B) 322.3º 0.57% 0.78% -
XYZ 32.54 20.9 33.77 -
YUV 126.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 198 85 156 0 0.57 0.21 0.22 322.3 0.5 0.55
Hex C6 55 9C 0 39 15 16 142 32 37
Octal 306 125 234 0 71 25 26 502 62 67
Binary 11000110 1010101 10011100 0 111001 10101 10110 101000010 110010 110111

Color Harmonies of #C6559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6559C

Black with #C6559C

Text Example


Text Example

White with #C6559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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