Html Css Color HEX #C85189 Mulberry

📋 copy color: '#C85189'

red 200 ◦ green 81 ◦ blue 137

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

Shades of Mulberry #C85189

Tints of Mulberry #C85189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.38%

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

R = 47.85%
G = 19.38%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C85189 (or 0xC85189) is known color: Mulberry. HEX triplet: C8, 51 and 89. RGB value is (200,81,137). Sum of RGB (Red+Green+Blue) = 200+81+137=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C85189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85189 is #37AE76. Grayscale: #7A7A7A. Windows color (decimal): -3649143 or 8999368. OLE color: 8999368.

HSL color Cylindrical-coordinate representation of color #C85189: hue angle of 331.76º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C85189 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 137 -
CMYK 0 0.59 0.32 0.22
HSL 331.76º 0.52% 0.55% -
HSV(B) 331.76º 0.6% 0.78% -
XYZ 31.28 19.97 25.87 -
YUV 122.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 200 81 137 0 0.59 0.32 0.22 331.76 0.52 0.55
Hex C8 51 89 0 3B 20 16 14C 34 37
Octal 310 121 211 0 73 40 26 514 64 67
Binary 11001000 1010001 10001001 0 111011 100000 10110 101001100 110100 110111

Color Harmonies of #C85189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85189

Black with #C85189

Text Example


Text Example

White with #C85189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85189; }

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

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

background-color css

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

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

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

border-color css

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

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

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