Html Css Color HEX #C75986 Mulberry

📋 copy color: '#C75986'

red 199 ◦ green 89 ◦ blue 134

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

Shades of Mulberry #C75986

Tints of Mulberry #C75986

RGB

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

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

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

R = 47.16%
G = 21.09%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C75986 (or 0xC75986) is known color: Mulberry. HEX triplet: C7, 59 and 86. RGB value is (199,89,134). Sum of RGB (Red+Green+Blue) = 199+89+134=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C75986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75986 is #38A679. Grayscale: #7E7E7E. Windows color (decimal): -3712634 or 8804807. OLE color: 8804807.

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

Color convert

RGB 199 89 134 -
CMYK 0 0.55 0.33 0.22
HSL 335.45º 0.5% 0.56% -
HSV(B) 335.45º 0.55% 0.78% -
XYZ 31.43 21.01 24.95 -
YUV 127.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 199 89 134 0 0.55 0.33 0.22 335.45 0.5 0.56
Hex C7 59 86 0 37 21 16 14F 32 38
Octal 307 131 206 0 67 41 26 517 62 70
Binary 11000111 1011001 10000110 0 110111 100001 10110 101001111 110010 111000

Color Harmonies of #C75986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75986

Black with #C75986

Text Example


Text Example

White with #C75986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75986; }

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

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

background-color css

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

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

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

border-color css

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

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

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