Html Css Color HEX #C85895 Mulberry

📋 copy color: '#C85895'

red 200 ◦ green 88 ◦ blue 149

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

Shades of Mulberry #C85895

Tints of Mulberry #C85895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 45.77%
G = 20.14%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C85895 (or 0xC85895) is known color: Mulberry. HEX triplet: C8, 58 and 95. RGB value is (200,88,149). Sum of RGB (Red+Green+Blue) = 200+88+149=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C85895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85895 is #37A76A. Grayscale: #808080. Windows color (decimal): -3647339 or 9787592. OLE color: 9787592.

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

Color convert

RGB 200 88 149 -
CMYK 0 0.56 0.26 0.22
HSL 327.32º 0.5% 0.56% -
HSV(B) 327.32º 0.56% 0.78% -
XYZ 32.73 21.43 30.84 -
YUV 128.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 200 88 149 0 0.56 0.26 0.22 327.32 0.5 0.56
Hex C8 58 95 0 38 1A 16 147 32 38
Octal 310 130 225 0 70 32 26 507 62 70
Binary 11001000 1011000 10010101 0 111000 11010 10110 101000111 110010 111000

Color Harmonies of #C85895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85895

Black with #C85895

Text Example


Text Example

White with #C85895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85895; }

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

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

background-color css

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

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

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

border-color css

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

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

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