Html Css Color HEX #C85886 Mulberry

📋 copy color: '#C85886'

red 200 ◦ green 88 ◦ blue 134

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

Shades of Mulberry #C85886

Tints of Mulberry #C85886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 47.39%
G = 20.85%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C85886 (or 0xC85886) is known color: Mulberry. HEX triplet: C8, 58 and 86. RGB value is (200,88,134). Sum of RGB (Red+Green+Blue) = 200+88+134=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85886 is #37A779. Grayscale: #7E7E7E. Windows color (decimal): -3647354 or 8804552. OLE color: 8804552.

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

Color convert

RGB 200 88 134 -
CMYK 0 0.56 0.33 0.22
HSL 335.36º 0.5% 0.56% -
HSV(B) 335.36º 0.56% 0.78% -
XYZ 31.61 20.98 24.94 -
YUV 126.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 200 88 134 0 0.56 0.33 0.22 335.36 0.5 0.56
Hex C8 58 86 0 38 21 16 14F 32 38
Octal 310 130 206 0 70 41 26 517 62 70
Binary 11001000 1011000 10000110 0 111000 100001 10110 101001111 110010 111000

Color Harmonies of #C85886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85886

Black with #C85886

Text Example


Text Example

White with #C85886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85886; }

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

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

background-color css

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

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

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

border-color css

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

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

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