Html Css Color HEX #C6558A Mulberry

📋 copy color: '#C6558A'

red 198 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #C6558A

Tints of Mulberry #C6558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 47.03%
G = 20.19%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6558A (or 0xC6558A) is known color: Mulberry. HEX triplet: C6, 55 and 8A. RGB value is (198,85,138). Sum of RGB (Red+Green+Blue) = 198+85+138=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6558A is #39AA75. Grayscale: #7C7C7C. Windows color (decimal): -3779190 or 9065926. OLE color: 9065926.

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

Color convert

RGB 198 85 138 -
CMYK 0 0.57 0.30 0.22
HSL 331.86º 0.5% 0.55% -
HSV(B) 331.86º 0.57% 0.78% -
XYZ 31.12 20.34 26.33 -
YUV 124.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 198 85 138 0 0.57 0.30 0.22 331.86 0.5 0.55
Hex C6 55 8A 0 39 1E 16 14C 32 37
Octal 306 125 212 0 71 36 26 514 62 67
Binary 11000110 1010101 10001010 0 111001 11110 10110 101001100 110010 110111

Color Harmonies of #C6558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6558A

Black with #C6558A

Text Example


Text Example

White with #C6558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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