Html Css Color HEX #C85691 Mulberry

📋 copy color: '#C85691'

red 200 ◦ green 86 ◦ blue 145

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

Shades of Mulberry #C85691

Tints of Mulberry #C85691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.64%

R = 46.4%
G = 19.95%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C85691 (or 0xC85691) is known color: Mulberry. HEX triplet: C8, 56 and 91. RGB value is (200,86,145). Sum of RGB (Red+Green+Blue) = 200+86+145=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 145 (57.03% from 255 or 33.64% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C85691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85691 is #37A96E. Grayscale: #7E7E7E. Windows color (decimal): -3647855 or 9524936. OLE color: 9524936.

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

Color convert

RGB 200 86 145 -
CMYK 0 0.57 0.28 0.22
HSL 328.95º 0.51% 0.56% -
HSV(B) 328.95º 0.57% 0.78% -
XYZ 32.26 20.98 29.14 -
YUV 126.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 200 86 145 0 0.57 0.28 0.22 328.95 0.51 0.56
Hex C8 56 91 0 39 1C 16 149 33 38
Octal 310 126 221 0 71 34 26 511 63 70
Binary 11001000 1010110 10010001 0 111001 11100 10110 101001001 110011 111000

Color Harmonies of #C85691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85691

Black with #C85691

Text Example


Text Example

White with #C85691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85691; }

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

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

background-color css

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

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

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

border-color css

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

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

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