Html Css Color HEX #C85084 Mulberry

📋 copy color: '#C85084'

red 200 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #C85084

Tints of Mulberry #C85084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 48.54%
G = 19.42%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C85084 (or 0xC85084) is known color: Mulberry. HEX triplet: C8, 50 and 84. RGB value is (200,80,132). Sum of RGB (Red+Green+Blue) = 200+80+132=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C85084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85084 is #37AF7B. Grayscale: #797979. Windows color (decimal): -3649404 or 8671432. OLE color: 8671432.

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

Color convert

RGB 200 80 132 -
CMYK 0 0.6 0.34 0.22
HSL 334º 0.52% 0.55% -
HSV(B) 334º 0.6% 0.78% -
XYZ 30.85 19.68 24 -
YUV 121.81 133.76 183.77 -
System Red Green Blue C M Y K H S L
Decimal 200 80 132 0 0.6 0.34 0.22 334 0.52 0.55
Hex C8 50 84 0 3C 22 16 14E 34 37
Octal 310 120 204 0 74 42 26 516 64 67
Binary 11001000 1010000 10000100 0 111100 100010 10110 101001110 110100 110111

Color Harmonies of #C85084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85084

Black with #C85084

Text Example


Text Example

White with #C85084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85084; }

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

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

background-color css

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

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

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

border-color css

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

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

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