Html Css Color HEX #C85184 Mulberry

📋 copy color: '#C85184'

red 200 ◦ green 81 ◦ blue 132

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

Shades of Mulberry #C85184

Tints of Mulberry #C85184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 48.43%
G = 19.61%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85184 (or 0xC85184) is known color: Mulberry. HEX triplet: C8, 51 and 84. RGB value is (200,81,132). Sum of RGB (Red+Green+Blue) = 200+81+132=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C85184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85184 is #37AE7B. Grayscale: #7A7A7A. Windows color (decimal): -3649148 or 8671688. OLE color: 8671688.

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

Color convert

RGB 200 81 132 -
CMYK 0 0.59 0.34 0.22
HSL 334.29º 0.52% 0.55% -
HSV(B) 334.29º 0.6% 0.78% -
XYZ 30.93 19.83 24.03 -
YUV 122.4 133.42 183.35 -
System Red Green Blue C M Y K H S L
Decimal 200 81 132 0 0.59 0.34 0.22 334.29 0.52 0.55
Hex C8 51 84 0 3B 22 16 14E 34 37
Octal 310 121 204 0 73 42 26 516 64 67
Binary 11001000 1010001 10000100 0 111011 100010 10110 101001110 110100 110111

Color Harmonies of #C85184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85184

Black with #C85184

Text Example


Text Example

White with #C85184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85184; }

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

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

background-color css

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

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

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

border-color css

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

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

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