Html Css Color HEX #C74796 Mulberry

📋 copy color: '#C74796'

red 199 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #C74796

Tints of Mulberry #C74796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.9%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 47.38%
G = 16.9%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74796 (or 0xC74796) is known color: Mulberry. HEX triplet: C7, 47 and 96. RGB value is (199,71,150). Sum of RGB (Red+Green+Blue) = 199+71+150=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C74796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74796 is #38B869. Grayscale: #767676. Windows color (decimal): -3717226 or 9848775. OLE color: 9848775.

HSL color Cylindrical-coordinate representation of color #C74796: hue angle of 322.97º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74796 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 150 -
CMYK 0 0.64 0.25 0.22
HSL 322.97º 0.53% 0.53% -
HSV(B) 322.97º 0.64% 0.78% -
XYZ 31.31 18.85 30.84 -
YUV 118.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 199 71 150 0 0.64 0.25 0.22 322.97 0.53 0.53
Hex C7 47 96 0 40 19 16 143 35 35
Octal 307 107 226 0 100 31 26 503 65 65
Binary 11000111 1000111 10010110 0 1000000 11001 10110 101000011 110101 110101

Color Harmonies of #C74796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74796

Black with #C74796

Text Example


Text Example

White with #C74796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74796; }

 p { color: rgb(199,71,150); }

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

background-color css

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

 a { background-color: rgb(199,71,150); }

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

border-color css

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

 span { border-color: rgb(199,71,150); }

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