Html Css Color HEX #C85581 Mulberry

📋 copy color: '#C85581'

red 200 ◦ green 85 ◦ blue 129

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

Shades of Mulberry #C85581

Tints of Mulberry #C85581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

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

R = 48.31%
G = 20.53%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85581 (or 0xC85581) is known color: Mulberry. HEX triplet: C8, 55 and 81. RGB value is (200,85,129). Sum of RGB (Red+Green+Blue) = 200+85+129=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C85581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85581 is #37AA7E. Grayscale: #7C7C7C. Windows color (decimal): -3648127 or 8476104. OLE color: 8476104.

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

Color convert

RGB 200 85 129 -
CMYK 0 0.58 0.36 0.22
HSL 337.04º 0.51% 0.56% -
HSV(B) 337.04º 0.58% 0.78% -
XYZ 31.03 20.36 23.06 -
YUV 124.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 200 85 129 0 0.58 0.36 0.22 337.04 0.51 0.56
Hex C8 55 81 0 3A 24 16 151 33 38
Octal 310 125 201 0 72 44 26 521 63 70
Binary 11001000 1010101 10000001 0 111010 100100 10110 101010001 110011 111000

Color Harmonies of #C85581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85581

Black with #C85581

Text Example


Text Example

White with #C85581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85581; }

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

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

background-color css

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

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

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

border-color css

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

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

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