Html Css Color HEX #C75087 Mulberry

📋 copy color: '#C75087'

red 199 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #C75087

Tints of Mulberry #C75087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.61%

R = 48.07%
G = 19.32%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C75087 (or 0xC75087) is known color: Mulberry. HEX triplet: C7, 50 and 87. RGB value is (199,80,135). Sum of RGB (Red+Green+Blue) = 199+80+135=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C75087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75087 is #38AF78. Grayscale: #797979. Windows color (decimal): -3714937 or 8868039. OLE color: 8868039.

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

Color convert

RGB 199 80 135 -
CMYK 0 0.60 0.32 0.22
HSL 332.27º 0.52% 0.55% -
HSV(B) 332.27º 0.6% 0.78% -
XYZ 30.8 19.63 25.09 -
YUV 121.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 199 80 135 0 0.60 0.32 0.22 332.27 0.52 0.55
Hex C7 50 87 0 3C 20 16 14C 34 37
Octal 307 120 207 0 74 40 26 514 64 67
Binary 11000111 1010000 10000111 0 111100 100000 10110 101001100 110100 110111

Color Harmonies of #C75087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75087

Black with #C75087

Text Example


Text Example

White with #C75087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75087; }

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

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

background-color css

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

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

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

border-color css

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

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

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