Html Css Color HEX #C74386 Mulberry

📋 copy color: '#C74386'

red 199 ◦ green 67 ◦ blue 134

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

Shades of Mulberry #C74386

Tints of Mulberry #C74386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.75%

 BLUE value IS 134 (52.73% from 255) = 33.5%

R = 49.75%
G = 16.75%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C74386 (or 0xC74386) is known color: Mulberry. HEX triplet: C7, 43 and 86. RGB value is (199,67,134). Sum of RGB (Red+Green+Blue) = 199+67+134=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C74386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74386 is #38BC79. Grayscale: #717171. Windows color (decimal): -3718266 or 8799175. OLE color: 8799175.

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

Color convert

RGB 199 67 134 -
CMYK 0 0.66 0.33 0.22
HSL 329.55º 0.54% 0.52% -
HSV(B) 329.55º 0.66% 0.78% -
XYZ 29.86 17.88 24.43 -
YUV 114.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 199 67 134 0 0.66 0.33 0.22 329.55 0.54 0.52
Hex C7 43 86 0 42 21 16 14A 36 34
Octal 307 103 206 0 102 41 26 512 66 64
Binary 11000111 1000011 10000110 0 1000010 100001 10110 101001010 110110 110100

Color Harmonies of #C74386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74386

Black with #C74386

Text Example


Text Example

White with #C74386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74386; }

 p { color: rgb(199,67,134); }

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

background-color css

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

 a { background-color: rgb(199,67,134); }

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

border-color css

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

 span { border-color: rgb(199,67,134); }

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