Html Css Color HEX #C85594 Mulberry

📋 copy color: '#C85594'

red 200 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #C85594

Tints of Mulberry #C85594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.18%

R = 46.19%
G = 19.63%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85594 (or 0xC85594) is known color: Mulberry. HEX triplet: C8, 55 and 94. RGB value is (200,85,148). Sum of RGB (Red+Green+Blue) = 200+85+148=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C85594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85594 is #37AA6B. Grayscale: #7E7E7E. Windows color (decimal): -3648108 or 9721288. OLE color: 9721288.

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

Color convert

RGB 200 85 148 -
CMYK 0 0.58 0.26 0.22
HSL 327.13º 0.51% 0.56% -
HSV(B) 327.13º 0.58% 0.78% -
XYZ 32.41 20.91 30.35 -
YUV 126.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 200 85 148 0 0.58 0.26 0.22 327.13 0.51 0.56
Hex C8 55 94 0 3A 1A 16 147 33 38
Octal 310 125 224 0 72 32 26 507 63 70
Binary 11001000 1010101 10010100 0 111010 11010 10110 101000111 110011 111000

Color Harmonies of #C85594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85594

Black with #C85594

Text Example


Text Example

White with #C85594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85594; }

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

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

background-color css

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

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

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

border-color css

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

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

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