Html Css Color HEX #C04C86 Mulberry

📋 copy color: '#C04C86'

red 192 ◦ green 76 ◦ blue 134

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

Shades of Mulberry #C04C86

Tints of Mulberry #C04C86

RGB

 RED value IS 192 (75.39% from 255) = 47.76%

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

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

R = 47.76%
G = 18.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C04C86 (or 0xC04C86) is known color: Mulberry. HEX triplet: C0, 4C and 86. RGB value is (192,76,134). Sum of RGB (Red+Green+Blue) = 192+76+134=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C86 is #3FB379. Grayscale: #757575. Windows color (decimal): -4174714 or 8801472. OLE color: 8801472.

HSL color Cylindrical-coordinate representation of color #C04C86: hue angle of 330º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C86 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 134 -
CMYK 0 0.60 0.30 0.25
HSL 330º 0.48% 0.53% -
HSV(B) 330º 0.6% 0.75% -
XYZ 28.63 18.1 24.54 -
YUV 117.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 192 76 134 0 0.60 0.30 0.25 330 0.48 0.53
Hex C0 4C 86 0 3C 1E 19 14A 30 35
Octal 300 114 206 0 74 36 31 512 60 65
Binary 11000000 1001100 10000110 0 111100 11110 11001 101001010 110000 110101

Color Harmonies of #C04C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C86

Black with #C04C86

Text Example


Text Example

White with #C04C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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