Html Css Color HEX #C85589 Mulberry

📋 copy color: '#C85589'

red 200 ◦ green 85 ◦ blue 137

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

Shades of Mulberry #C85589

Tints of Mulberry #C85589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.46%

R = 47.39%
G = 20.14%
B = 32.46%

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

#C85589 (or 0xC85589) is known color: Mulberry. HEX triplet: C8, 55 and 89. RGB value is (200,85,137). Sum of RGB (Red+Green+Blue) = 200+85+137=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C85589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85589 is #37AA76. Grayscale: #7D7D7D. Windows color (decimal): -3648119 or 9000392. OLE color: 9000392.

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

Color convert

RGB 200 85 137 -
CMYK 0 0.58 0.32 0.22
HSL 332.87º 0.51% 0.56% -
HSV(B) 332.87º 0.58% 0.78% -
XYZ 31.58 20.58 25.98 -
YUV 125.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 200 85 137 0 0.58 0.32 0.22 332.87 0.51 0.56
Hex C8 55 89 0 3A 20 16 14D 33 38
Octal 310 125 211 0 72 40 26 515 63 70
Binary 11001000 1010101 10001001 0 111010 100000 10110 101001101 110011 111000

Color Harmonies of #C85589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85589

Black with #C85589

Text Example


Text Example

White with #C85589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85589; }

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

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

background-color css

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

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

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

border-color css

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

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

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