Html Css Color HEX #C85992 Mulberry

📋 copy color: '#C85992'

red 200 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #C85992

Tints of Mulberry #C85992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.56%

R = 45.98%
G = 20.46%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85992 (or 0xC85992) is known color: Mulberry. HEX triplet: C8, 59 and 92. RGB value is (200,89,146). Sum of RGB (Red+Green+Blue) = 200+89+146=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C85992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85992 is #37A66D. Grayscale: #808080. Windows color (decimal): -3647086 or 9591240. OLE color: 9591240.

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

Color convert

RGB 200 89 146 -
CMYK 0 0.56 0.27 0.22
HSL 329.19º 0.5% 0.57% -
HSV(B) 329.19º 0.56% 0.78% -
XYZ 32.58 21.5 29.63 -
YUV 128.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 200 89 146 0 0.56 0.27 0.22 329.19 0.5 0.57
Hex C8 59 92 0 38 1B 16 149 32 39
Octal 310 131 222 0 70 33 26 511 62 71
Binary 11001000 1011001 10010010 0 111000 11011 10110 101001001 110010 111001

Color Harmonies of #C85992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85992

Black with #C85992

Text Example


Text Example

White with #C85992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85992; }

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

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

background-color css

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

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

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

border-color css

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

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

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