Html Css Color HEX #C8558D Mulberry

📋 copy color: '#C8558D'

red 200 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #C8558D

Tints of Mulberry #C8558D

RGB

 RED value IS 200 (78.52% from 255) = 46.95%

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

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

R = 46.95%
G = 19.95%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8558D (or 0xC8558D) is known color: Mulberry. HEX triplet: C8, 55 and 8D. RGB value is (200,85,141). Sum of RGB (Red+Green+Blue) = 200+85+141=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8558D is #37AA72. Grayscale: #7D7D7D. Windows color (decimal): -3648115 or 9262536. OLE color: 9262536.

HSL color Cylindrical-coordinate representation of color #C8558D: hue angle of 330.78º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8558D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 141 -
CMYK 0 0.58 0.29 0.22
HSL 330.78º 0.51% 0.56% -
HSV(B) 330.78º 0.58% 0.78% -
XYZ 31.88 20.7 27.51 -
YUV 125.77 136.6 180.95 -
System Red Green Blue C M Y K H S L
Decimal 200 85 141 0 0.58 0.29 0.22 330.78 0.51 0.56
Hex C8 55 8D 0 3A 1D 16 14B 33 38
Octal 310 125 215 0 72 35 26 513 63 70
Binary 11001000 1010101 10001101 0 111010 11101 10110 101001011 110011 111000

Color Harmonies of #C8558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8558D

Black with #C8558D

Text Example


Text Example

White with #C8558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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