Html Css Color HEX #C85590 Mulberry

📋 copy color: '#C85590'

red 200 ◦ green 85 ◦ blue 144

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

Shades of Mulberry #C85590

Tints of Mulberry #C85590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 46.62%
G = 19.81%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85590 (or 0xC85590) is known color: Mulberry. HEX triplet: C8, 55 and 90. RGB value is (200,85,144). Sum of RGB (Red+Green+Blue) = 200+85+144=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85590 is #37AA6F. Grayscale: #7D7D7D. Windows color (decimal): -3648112 or 9459144. OLE color: 9459144.

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

Color convert

RGB 200 85 144 -
CMYK 0 0.58 0.28 0.22
HSL 329.22º 0.51% 0.56% -
HSV(B) 329.22º 0.58% 0.78% -
XYZ 32.1 20.79 28.71 -
YUV 126.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 200 85 144 0 0.58 0.28 0.22 329.22 0.51 0.56
Hex C8 55 90 0 3A 1C 16 149 33 38
Octal 310 125 220 0 72 34 26 511 63 70
Binary 11001000 1010101 10010000 0 111010 11100 10110 101001001 110011 111000

Color Harmonies of #C85590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85590

Black with #C85590

Text Example


Text Example

White with #C85590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85590; }

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

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

background-color css

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

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

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

border-color css

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

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

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