Html Css Color HEX #C85587 Mulberry

📋 copy color: '#C85587'

red 200 ◦ green 85 ◦ blue 135

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

Shades of Mulberry #C85587

Tints of Mulberry #C85587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 47.62%
G = 20.24%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85587 (or 0xC85587) is known color: Mulberry. HEX triplet: C8, 55 and 87. RGB value is (200,85,135). Sum of RGB (Red+Green+Blue) = 200+85+135=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C85587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85587 is #37AA78. Grayscale: #7D7D7D. Windows color (decimal): -3648121 or 8869320. OLE color: 8869320.

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

Color convert

RGB 200 85 135 -
CMYK 0 0.58 0.32 0.22
HSL 333.91º 0.51% 0.56% -
HSV(B) 333.91º 0.58% 0.78% -
XYZ 31.44 20.53 25.23 -
YUV 125.09 133.6 181.43 -
System Red Green Blue C M Y K H S L
Decimal 200 85 135 0 0.58 0.32 0.22 333.91 0.51 0.56
Hex C8 55 87 0 3A 20 16 14E 33 38
Octal 310 125 207 0 72 40 26 516 63 70
Binary 11001000 1010101 10000111 0 111010 100000 10110 101001110 110011 111000

Color Harmonies of #C85587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85587

Black with #C85587

Text Example


Text Example

White with #C85587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85587; }

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

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

background-color css

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

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

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

border-color css

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

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

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