Html Css Color HEX #C74896 Mulberry

📋 copy color: '#C74896'

red 199 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #C74896

Tints of Mulberry #C74896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

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

R = 47.27%
G = 17.1%
B = 35.63%

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

#C74896 (or 0xC74896) is known color: Mulberry. HEX triplet: C7, 48 and 96. RGB value is (199,72,150). Sum of RGB (Red+Green+Blue) = 199+72+150=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C74896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74896 is #38B769. Grayscale: #767676. Windows color (decimal): -3716970 or 9849031. OLE color: 9849031.

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

Color convert

RGB 199 72 150 -
CMYK 0 0.64 0.25 0.22
HSL 323.15º 0.53% 0.53% -
HSV(B) 323.15º 0.64% 0.78% -
XYZ 31.38 18.98 30.86 -
YUV 118.87 145.58 185.16 -
System Red Green Blue C M Y K H S L
Decimal 199 72 150 0 0.64 0.25 0.22 323.15 0.53 0.53
Hex C7 48 96 0 40 19 16 143 35 35
Octal 307 110 226 0 100 31 26 503 65 65
Binary 11000111 1001000 10010110 0 1000000 11001 10110 101000011 110101 110101

Color Harmonies of #C74896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74896

Black with #C74896

Text Example


Text Example

White with #C74896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74896; }

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

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

background-color css

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

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

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

border-color css

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

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

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