Html Css Color HEX #C85092 Mulberry

📋 copy color: '#C85092'

red 200 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #C85092

Tints of Mulberry #C85092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.78%

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

R = 46.95%
G = 18.78%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C85092 (or 0xC85092) is known color: Mulberry. HEX triplet: C8, 50 and 92. RGB value is (200,80,146). Sum of RGB (Red+Green+Blue) = 200+80+146=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C85092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85092 is #37AF6D. Grayscale: #7B7B7B. Windows color (decimal): -3649390 or 9588936. OLE color: 9588936.

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

Color convert

RGB 200 80 146 -
CMYK 0 0.6 0.27 0.22
HSL 327º 0.52% 0.55% -
HSV(B) 327º 0.6% 0.78% -
XYZ 31.88 20.09 29.39 -
YUV 123.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 200 80 146 0 0.6 0.27 0.22 327 0.52 0.55
Hex C8 50 92 0 3C 1B 16 147 34 37
Octal 310 120 222 0 74 33 26 507 64 67
Binary 11001000 1010000 10010010 0 111100 11011 10110 101000111 110100 110111

Color Harmonies of #C85092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85092

Black with #C85092

Text Example


Text Example

White with #C85092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85092; }

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

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

background-color css

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

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

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

border-color css

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

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

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