Html Css Color HEX #C85080 Mulberry

📋 copy color: '#C85080'

red 200 ◦ green 80 ◦ blue 128

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

Shades of Mulberry #C85080

Tints of Mulberry #C85080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 49.02%
G = 19.61%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85080 (or 0xC85080) is known color: Mulberry. HEX triplet: C8, 50 and 80. RGB value is (200,80,128). Sum of RGB (Red+Green+Blue) = 200+80+128=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C85080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85080 is #37AF7F. Grayscale: #797979. Windows color (decimal): -3649408 or 8409288. OLE color: 8409288.

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

Color convert

RGB 200 80 128 -
CMYK 0 0.6 0.36 0.22
HSL 336º 0.52% 0.55% -
HSV(B) 336º 0.6% 0.78% -
XYZ 30.58 19.58 22.59 -
YUV 121.35 131.76 184.1 -
System Red Green Blue C M Y K H S L
Decimal 200 80 128 0 0.6 0.36 0.22 336 0.52 0.55
Hex C8 50 80 0 3C 24 16 150 34 37
Octal 310 120 200 0 74 44 26 520 64 67
Binary 11001000 1010000 10000000 0 111100 100100 10110 101010000 110100 110111

Color Harmonies of #C85080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85080

Black with #C85080

Text Example


Text Example

White with #C85080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85080; }

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

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

background-color css

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

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

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

border-color css

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

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

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