Html Css Color HEX #C74296 Mulberry

📋 copy color: '#C74296'

red 199 ◦ green 66 ◦ blue 150

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

Shades of Mulberry #C74296

Tints of Mulberry #C74296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.9%

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

R = 47.95%
G = 15.9%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74296 (or 0xC74296) is known color: Mulberry. HEX triplet: C7, 42 and 96. RGB value is (199,66,150). Sum of RGB (Red+Green+Blue) = 199+66+150=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74296 is #38BD69. Grayscale: #737373. Windows color (decimal): -3718506 or 9847495. OLE color: 9847495.

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

Color convert

RGB 199 66 150 -
CMYK 0 0.67 0.25 0.22
HSL 322.11º 0.54% 0.52% -
HSV(B) 322.11º 0.67% 0.78% -
XYZ 31.01 18.24 30.74 -
YUV 115.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 199 66 150 0 0.67 0.25 0.22 322.11 0.54 0.52
Hex C7 42 96 0 43 19 16 142 36 34
Octal 307 102 226 0 103 31 26 502 66 64
Binary 11000111 1000010 10010110 0 1000011 11001 10110 101000010 110110 110100

Color Harmonies of #C74296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74296

Black with #C74296

Text Example


Text Example

White with #C74296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74296; }

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

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

background-color css

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

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

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

border-color css

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

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

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