Html Css Color HEX #C85996 Mulberry

📋 copy color: '#C85996'

red 200 ◦ green 89 ◦ blue 150

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

Shades of Mulberry #C85996

Tints of Mulberry #C85996

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.27%

 BLUE value IS 150 (58.98% from 255) = 34.17%

R = 45.56%
G = 20.27%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C85996 (or 0xC85996) is known color: Mulberry. HEX triplet: C8, 59 and 96. RGB value is (200,89,150). Sum of RGB (Red+Green+Blue) = 200+89+150=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C85996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85996 is #37A669. Grayscale: #818181. Windows color (decimal): -3647082 or 9853384. OLE color: 9853384.

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

Color convert

RGB 200 89 150 -
CMYK 0 0.56 0.25 0.22
HSL 327.03º 0.5% 0.57% -
HSV(B) 327.03º 0.56% 0.78% -
XYZ 32.9 21.63 31.29 -
YUV 129.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 200 89 150 0 0.56 0.25 0.22 327.03 0.5 0.57
Hex C8 59 96 0 38 19 16 147 32 39
Octal 310 131 226 0 70 31 26 507 62 71
Binary 11001000 1011001 10010110 0 111000 11001 10110 101000111 110010 111001

Color Harmonies of #C85996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85996

Black with #C85996

Text Example


Text Example

White with #C85996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85996; }

 p { color: rgb(200,89,150); }

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

background-color css

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

 a { background-color: rgb(200,89,150); }

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

border-color css

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

 span { border-color: rgb(200,89,150); }

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