Html Css Color HEX #C75690 Mulberry

📋 copy color: '#C75690'

red 199 ◦ green 86 ◦ blue 144

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

Shades of Mulberry #C75690

Tints of Mulberry #C75690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.05%

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 46.39%
G = 20.05%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C75690 (or 0xC75690) is known color: Mulberry. HEX triplet: C7, 56 and 90. RGB value is (199,86,144). Sum of RGB (Red+Green+Blue) = 199+86+144=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C75690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75690 is #38A96F. Grayscale: #7E7E7E. Windows color (decimal): -3713392 or 9459399. OLE color: 9459399.

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

Color convert

RGB 199 86 144 -
CMYK 0 0.57 0.28 0.22
HSL 329.2º 0.5% 0.56% -
HSV(B) 329.2º 0.57% 0.78% -
XYZ 31.92 20.81 28.72 -
YUV 126.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 199 86 144 0 0.57 0.28 0.22 329.2 0.5 0.56
Hex C7 56 90 0 39 1C 16 149 32 38
Octal 307 126 220 0 71 34 26 511 62 70
Binary 11000111 1010110 10010000 0 111001 11100 10110 101001001 110010 111000

Color Harmonies of #C75690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75690

Black with #C75690

Text Example


Text Example

White with #C75690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75690; }

 p { color: rgb(199,86,144); }

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

background-color css

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

 a { background-color: rgb(199,86,144); }

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

border-color css

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

 span { border-color: rgb(199,86,144); }

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