Html Css Color HEX #C85698 Mulberry

📋 copy color: '#C85698'

red 200 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #C85698

Tints of Mulberry #C85698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.7%

R = 45.66%
G = 19.63%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85698 (or 0xC85698) is known color: Mulberry. HEX triplet: C8, 56 and 98. RGB value is (200,86,152). Sum of RGB (Red+Green+Blue) = 200+86+152=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85698 is #37A967. Grayscale: #7F7F7F. Windows color (decimal): -3647848 or 9983688. OLE color: 9983688.

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

Color convert

RGB 200 86 152 -
CMYK 0 0.57 0.24 0.22
HSL 325.26º 0.51% 0.56% -
HSV(B) 325.26º 0.57% 0.78% -
XYZ 32.81 21.2 32.07 -
YUV 127.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 200 86 152 0 0.57 0.24 0.22 325.26 0.51 0.56
Hex C8 56 98 0 39 18 16 145 33 38
Octal 310 126 230 0 71 30 26 505 63 70
Binary 11001000 1010110 10011000 0 111001 11000 10110 101000101 110011 111000

Color Harmonies of #C85698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85698

Black with #C85698

Text Example


Text Example

White with #C85698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85698; }

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

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

background-color css

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

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

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

border-color css

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

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

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