Html Css Color HEX #C74C86 Mulberry

📋 copy color: '#C74C86'

red 199 ◦ green 76 ◦ blue 134

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

Shades of Mulberry #C74C86

Tints of Mulberry #C74C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.58%

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

R = 48.66%
G = 18.58%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C74C86 (or 0xC74C86) is known color: Mulberry. HEX triplet: C7, 4C and 86. RGB value is (199,76,134). Sum of RGB (Red+Green+Blue) = 199+76+134=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C86 is #38B379. Grayscale: #777777. Windows color (decimal): -3715962 or 8801479. OLE color: 8801479.

HSL color Cylindrical-coordinate representation of color #C74C86: hue angle of 331.71º degrees, saturation: 0.52, 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 #C74C86 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 76 134 -
CMYK 0 0.62 0.33 0.22
HSL 331.71º 0.52% 0.54% -
HSV(B) 331.71º 0.62% 0.78% -
XYZ 30.44 19.03 24.62 -
YUV 119.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 199 76 134 0 0.62 0.33 0.22 331.71 0.52 0.54
Hex C7 4C 86 0 3E 21 16 14C 34 36
Octal 307 114 206 0 76 41 26 514 64 66
Binary 11000111 1001100 10000110 0 111110 100001 10110 101001100 110100 110110

Color Harmonies of #C74C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C86

Black with #C74C86

Text Example


Text Example

White with #C74C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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