Html Css Color HEX #C85596 Mulberry

📋 copy color: '#C85596'

red 200 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #C85596

Tints of Mulberry #C85596

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.54%

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

R = 45.98%
G = 19.54%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C85596 (or 0xC85596) is known color: Mulberry. HEX triplet: C8, 55 and 96. RGB value is (200,85,150). Sum of RGB (Red+Green+Blue) = 200+85+150=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85596 is #37AA69. Grayscale: #7E7E7E. Windows color (decimal): -3648106 or 9852360. OLE color: 9852360.

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

Color convert

RGB 200 85 150 -
CMYK 0 0.58 0.25 0.22
HSL 326.09º 0.51% 0.56% -
HSV(B) 326.09º 0.58% 0.78% -
XYZ 32.57 20.98 31.19 -
YUV 126.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 200 85 150 0 0.58 0.25 0.22 326.09 0.51 0.56
Hex C8 55 96 0 3A 19 16 146 33 38
Octal 310 125 226 0 72 31 26 506 63 70
Binary 11001000 1010101 10010110 0 111010 11001 10110 101000110 110011 111000

Color Harmonies of #C85596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85596

Black with #C85596

Text Example


Text Example

White with #C85596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85596; }

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

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

background-color css

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

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

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

border-color css

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

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

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