Html Css Color HEX #C05486 Mulberry

📋 copy color: '#C05486'

red 192 ◦ green 84 ◦ blue 134

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

Shades of Mulberry #C05486

Tints of Mulberry #C05486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.49%

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

R = 46.83%
G = 20.49%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C05486 (or 0xC05486) is known color: Mulberry. HEX triplet: C0, 54 and 86. RGB value is (192,84,134). Sum of RGB (Red+Green+Blue) = 192+84+134=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C05486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05486 is #3FAB79. Grayscale: #797979. Windows color (decimal): -4172666 or 8803520. OLE color: 8803520.

HSL color Cylindrical-coordinate representation of color #C05486: hue angle of 332.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05486 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 134 -
CMYK 0 0.56 0.30 0.25
HSL 332.22º 0.46% 0.54% -
HSV(B) 332.22º 0.56% 0.75% -
XYZ 29.21 19.27 24.73 -
YUV 121.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 192 84 134 0 0.56 0.30 0.25 332.22 0.46 0.54
Hex C0 54 86 0 38 1E 19 14C 2E 36
Octal 300 124 206 0 70 36 31 514 56 66
Binary 11000000 1010100 10000110 0 111000 11110 11001 101001100 101110 110110

Color Harmonies of #C05486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05486

Black with #C05486

Text Example


Text Example

White with #C05486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05486; }

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

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

background-color css

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

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

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

border-color css

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

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

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