Html Css Color HEX #C85888 Mulberry

📋 copy color: '#C85888'

red 200 ◦ green 88 ◦ blue 136

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

Shades of Mulberry #C85888

Tints of Mulberry #C85888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.75%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 47.17%
G = 20.75%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85888 (or 0xC85888) is known color: Mulberry. HEX triplet: C8, 58 and 88. RGB value is (200,88,136). Sum of RGB (Red+Green+Blue) = 200+88+136=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C85888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85888 is #37A777. Grayscale: #7E7E7E. Windows color (decimal): -3647352 or 8935624. OLE color: 8935624.

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

Color convert

RGB 200 88 136 -
CMYK 0 0.56 0.32 0.22
HSL 334.29º 0.5% 0.56% -
HSV(B) 334.29º 0.56% 0.78% -
XYZ 31.75 21.04 25.68 -
YUV 126.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 200 88 136 0 0.56 0.32 0.22 334.29 0.5 0.56
Hex C8 58 88 0 38 20 16 14E 32 38
Octal 310 130 210 0 70 40 26 516 62 70
Binary 11001000 1011000 10001000 0 111000 100000 10110 101001110 110010 111000

Color Harmonies of #C85888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85888

Black with #C85888

Text Example


Text Example

White with #C85888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85888; }

 p { color: rgb(200,88,136); }

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

background-color css

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

 a { background-color: rgb(200,88,136); }

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

border-color css

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

 span { border-color: rgb(200,88,136); }

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