Html Css Color HEX #C85998 Mulberry

📋 copy color: '#C85998'

red 200 ◦ green 89 ◦ blue 152

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

Shades of Mulberry #C85998

Tints of Mulberry #C85998

RGB

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

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

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

R = 45.35%
G = 20.18%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C85998 (or 0xC85998) is known color: Mulberry. HEX triplet: C8, 59 and 98. RGB value is (200,89,152). Sum of RGB (Red+Green+Blue) = 200+89+152=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C85998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85998 is #37A667. Grayscale: #818181. Windows color (decimal): -3647080 or 9984456. OLE color: 9984456.

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

Color convert

RGB 200 89 152 -
CMYK 0 0.56 0.24 0.22
HSL 325.95º 0.5% 0.57% -
HSV(B) 325.95º 0.56% 0.78% -
XYZ 33.06 21.69 32.15 -
YUV 129.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 200 89 152 0 0.56 0.24 0.22 325.95 0.5 0.57
Hex C8 59 98 0 38 18 16 146 32 39
Octal 310 131 230 0 70 30 26 506 62 71
Binary 11001000 1011001 10011000 0 111000 11000 10110 101000110 110010 111001

Color Harmonies of #C85998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85998

Black with #C85998

Text Example


Text Example

White with #C85998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85998; }

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

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

background-color css

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

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

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

border-color css

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

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

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