Html Css Color HEX #C8558B Mulberry

📋 copy color: '#C8558B'

red 200 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #C8558B

Tints of Mulberry #C8558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.78%

R = 47.17%
G = 20.05%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8558B (or 0xC8558B) is known color: Mulberry. HEX triplet: C8, 55 and 8B. RGB value is (200,85,139). Sum of RGB (Red+Green+Blue) = 200+85+139=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8558B is #37AA74. Grayscale: #7D7D7D. Windows color (decimal): -3648117 or 9131464. OLE color: 9131464.

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

Color convert

RGB 200 85 139 -
CMYK 0 0.58 0.30 0.22
HSL 331.83º 0.51% 0.56% -
HSV(B) 331.83º 0.58% 0.78% -
XYZ 31.73 20.64 26.74 -
YUV 125.54 135.6 181.11 -
System Red Green Blue C M Y K H S L
Decimal 200 85 139 0 0.58 0.30 0.22 331.83 0.51 0.56
Hex C8 55 8B 0 3A 1E 16 14C 33 38
Octal 310 125 213 0 72 36 26 514 63 70
Binary 11001000 1010101 10001011 0 111010 11110 10110 101001100 110011 111000

Color Harmonies of #C8558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8558B

Black with #C8558B

Text Example


Text Example

White with #C8558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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