Html Css Color HEX #C85392 Mulberry

📋 copy color: '#C85392'

red 200 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #C85392

Tints of Mulberry #C85392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 46.62%
G = 19.35%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85392 (or 0xC85392) is known color: Mulberry. HEX triplet: C8, 53 and 92. RGB value is (200,83,146). Sum of RGB (Red+Green+Blue) = 200+83+146=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C85392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85392 is #37AC6D. Grayscale: #7D7D7D. Windows color (decimal): -3648622 or 9589704. OLE color: 9589704.

HSL color Cylindrical-coordinate representation of color #C85392: hue angle of 327.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85392 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 146 -
CMYK 0 0.58 0.27 0.22
HSL 327.69º 0.52% 0.55% -
HSV(B) 327.69º 0.59% 0.78% -
XYZ 32.1 20.54 29.47 -
YUV 125.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 200 83 146 0 0.58 0.27 0.22 327.69 0.52 0.55
Hex C8 53 92 0 3A 1B 16 148 34 37
Octal 310 123 222 0 72 33 26 510 64 67
Binary 11001000 1010011 10010010 0 111010 11011 10110 101001000 110100 110111

Color Harmonies of #C85392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85392

Black with #C85392

Text Example


Text Example

White with #C85392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85392; }

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

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

background-color css

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

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

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

border-color css

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

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

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