Html Css Color HEX #C85881 Mulberry

📋 copy color: '#C85881'

red 200 ◦ green 88 ◦ blue 129

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

Shades of Mulberry #C85881

Tints of Mulberry #C85881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.1%

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

R = 47.96%
G = 21.1%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85881 (or 0xC85881) is known color: Mulberry. HEX triplet: C8, 58 and 81. RGB value is (200,88,129). Sum of RGB (Red+Green+Blue) = 200+88+129=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85881 is #37A77E. Grayscale: #7E7E7E. Windows color (decimal): -3647359 or 8476872. OLE color: 8476872.

HSL color Cylindrical-coordinate representation of color #C85881: hue angle of 338.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85881 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 88 129 -
CMYK 0 0.56 0.36 0.22
HSL 338.04º 0.5% 0.56% -
HSV(B) 338.04º 0.56% 0.78% -
XYZ 31.27 20.84 23.14 -
YUV 126.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 200 88 129 0 0.56 0.36 0.22 338.04 0.5 0.56
Hex C8 58 81 0 38 24 16 152 32 38
Octal 310 130 201 0 70 44 26 522 62 70
Binary 11001000 1011000 10000001 0 111000 100100 10110 101010010 110010 111000

Color Harmonies of #C85881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85881

Black with #C85881

Text Example


Text Example

White with #C85881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85881; }

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

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

background-color css

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

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

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

border-color css

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

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

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