Html Css Color HEX #C85694 Mulberry

📋 copy color: '#C85694'

red 200 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #C85694

Tints of Mulberry #C85694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 46.08%
G = 19.82%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85694 (or 0xC85694) is known color: Mulberry. HEX triplet: C8, 56 and 94. RGB value is (200,86,148). Sum of RGB (Red+Green+Blue) = 200+86+148=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C85694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85694 is #37A96B. Grayscale: #7F7F7F. Windows color (decimal): -3647852 or 9721544. OLE color: 9721544.

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

Color convert

RGB 200 86 148 -
CMYK 0 0.57 0.26 0.22
HSL 327.37º 0.51% 0.56% -
HSV(B) 327.37º 0.57% 0.78% -
XYZ 32.49 21.07 30.37 -
YUV 127.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 200 86 148 0 0.57 0.26 0.22 327.37 0.51 0.56
Hex C8 56 94 0 39 1A 16 147 33 38
Octal 310 126 224 0 71 32 26 507 63 70
Binary 11001000 1010110 10010100 0 111001 11010 10110 101000111 110011 111000

Color Harmonies of #C85694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85694

Black with #C85694

Text Example


Text Example

White with #C85694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85694; }

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

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

background-color css

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

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

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

border-color css

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

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

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