Html Css Color HEX #C75086 Mulberry

📋 copy color: '#C75086'

red 199 ◦ green 80 ◦ blue 134

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

Shades of Mulberry #C75086

Tints of Mulberry #C75086

RGB

 RED value IS 199 (78.13% from 255) = 48.18%

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

 BLUE value IS 134 (52.73% from 255) = 32.45%

R = 48.18%
G = 19.37%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C75086 (or 0xC75086) is known color: Mulberry. HEX triplet: C7, 50 and 86. RGB value is (199,80,134). Sum of RGB (Red+Green+Blue) = 199+80+134=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C75086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75086 is #38AF79. Grayscale: #797979. Windows color (decimal): -3714938 or 8802503. OLE color: 8802503.

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

Color convert

RGB 199 80 134 -
CMYK 0 0.60 0.33 0.22
HSL 332.77º 0.52% 0.55% -
HSV(B) 332.77º 0.6% 0.78% -
XYZ 30.72 19.6 24.72 -
YUV 121.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 199 80 134 0 0.60 0.33 0.22 332.77 0.52 0.55
Hex C7 50 86 0 3C 21 16 14D 34 37
Octal 307 120 206 0 74 41 26 515 64 67
Binary 11000111 1010000 10000110 0 111100 100001 10110 101001101 110100 110111

Color Harmonies of #C75086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75086

Black with #C75086

Text Example


Text Example

White with #C75086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75086; }

 p { color: rgb(199,80,134); }

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

background-color css

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

 a { background-color: rgb(199,80,134); }

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

border-color css

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

 span { border-color: rgb(199,80,134); }

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