Html Css Color HEX #C85896 Mulberry

📋 copy color: '#C85896'

red 200 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #C85896

Tints of Mulberry #C85896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.09%

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

R = 45.66%
G = 20.09%
B = 34.25%

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

#C85896 (or 0xC85896) is known color: Mulberry. HEX triplet: C8, 58 and 96. RGB value is (200,88,150). Sum of RGB (Red+Green+Blue) = 200+88+150=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C85896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85896 is #37A769. Grayscale: #808080. Windows color (decimal): -3647338 or 9853128. OLE color: 9853128.

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

Color convert

RGB 200 88 150 -
CMYK 0 0.56 0.25 0.22
HSL 326.79º 0.5% 0.56% -
HSV(B) 326.79º 0.56% 0.78% -
XYZ 32.81 21.46 31.27 -
YUV 128.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 200 88 150 0 0.56 0.25 0.22 326.79 0.5 0.56
Hex C8 58 96 0 38 19 16 147 32 38
Octal 310 130 226 0 70 31 26 507 62 70
Binary 11001000 1011000 10010110 0 111000 11001 10110 101000111 110010 111000

Color Harmonies of #C85896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85896

Black with #C85896

Text Example


Text Example

White with #C85896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85896; }

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

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

background-color css

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

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

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

border-color css

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

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

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