Html Css Color HEX #C85681 Mulberry

📋 copy color: '#C85681'

red 200 ◦ green 86 ◦ blue 129

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

Shades of Mulberry #C85681

Tints of Mulberry #C85681

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.72%

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

R = 48.19%
G = 20.72%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C85681 (or 0xC85681) is known color: Mulberry. HEX triplet: C8, 56 and 81. RGB value is (200,86,129). Sum of RGB (Red+Green+Blue) = 200+86+129=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C85681 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85681 is #37A97E. Grayscale: #7C7C7C. Windows color (decimal): -3647871 or 8476360. OLE color: 8476360.

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

Color convert

RGB 200 86 129 -
CMYK 0 0.57 0.36 0.22
HSL 337.37º 0.51% 0.56% -
HSV(B) 337.37º 0.57% 0.78% -
XYZ 31.11 20.52 23.09 -
YUV 124.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 200 86 129 0 0.57 0.36 0.22 337.37 0.51 0.56
Hex C8 56 81 0 39 24 16 151 33 38
Octal 310 126 201 0 71 44 26 521 63 70
Binary 11001000 1010110 10000001 0 111001 100100 10110 101010001 110011 111000

Color Harmonies of #C85681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85681

Black with #C85681

Text Example


Text Example

White with #C85681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85681; }

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

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

background-color css

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

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

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

border-color css

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

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

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