Html Css Color HEX #C74B96 Mulberry

📋 copy color: '#C74B96'

red 199 ◦ green 75 ◦ blue 150

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

Shades of Mulberry #C74B96

Tints of Mulberry #C74B96

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.69%

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

R = 46.93%
G = 17.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74B96 (or 0xC74B96) is known color: Mulberry. HEX triplet: C7, 4B and 96. RGB value is (199,75,150). Sum of RGB (Red+Green+Blue) = 199+75+150=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B96 is #38B469. Grayscale: #787878. Windows color (decimal): -3716202 or 9849799. OLE color: 9849799.

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

Color convert

RGB 199 75 150 -
CMYK 0 0.62 0.25 0.22
HSL 323.71º 0.53% 0.54% -
HSV(B) 323.71º 0.62% 0.78% -
XYZ 31.57 19.38 30.93 -
YUV 120.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 199 75 150 0 0.62 0.25 0.22 323.71 0.53 0.54
Hex C7 4B 96 0 3E 19 16 144 35 36
Octal 307 113 226 0 76 31 26 504 65 66
Binary 11000111 1001011 10010110 0 111110 11001 10110 101000100 110101 110110

Color Harmonies of #C74B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B96

Black with #C74B96

Text Example


Text Example

White with #C74B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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