Html Css Color HEX #C85081 Mulberry

📋 copy color: '#C85081'

red 200 ◦ green 80 ◦ blue 129

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

Shades of Mulberry #C85081

Tints of Mulberry #C85081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.54%

R = 48.9%
G = 19.56%
B = 31.54%

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

#C85081 (or 0xC85081) is known color: Mulberry. HEX triplet: C8, 50 and 81. RGB value is (200,80,129). Sum of RGB (Red+Green+Blue) = 200+80+129=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C85081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85081 is #37AF7E. Grayscale: #797979. Windows color (decimal): -3649407 or 8474824. OLE color: 8474824.

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

Color convert

RGB 200 80 129 -
CMYK 0 0.6 0.36 0.22
HSL 335.5º 0.52% 0.55% -
HSV(B) 335.5º 0.6% 0.78% -
XYZ 30.65 19.6 22.94 -
YUV 121.47 132.26 184.02 -
System Red Green Blue C M Y K H S L
Decimal 200 80 129 0 0.6 0.36 0.22 335.5 0.52 0.55
Hex C8 50 81 0 3C 24 16 150 34 37
Octal 310 120 201 0 74 44 26 520 64 67
Binary 11001000 1010000 10000001 0 111100 100100 10110 101010000 110100 110111

Color Harmonies of #C85081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85081

Black with #C85081

Text Example


Text Example

White with #C85081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85081; }

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

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

background-color css

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

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

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

border-color css

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

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

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