Html Css Color HEX #C05184 Mulberry

📋 copy color: '#C05184'

red 192 ◦ green 81 ◦ blue 132

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

Shades of Mulberry #C05184

Tints of Mulberry #C05184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20%

 BLUE value IS 132 (51.95% from 255) = 32.59%

R = 47.41%
G = 20%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C05184 (or 0xC05184) is known color: Mulberry. HEX triplet: C0, 51 and 84. RGB value is (192,81,132). Sum of RGB (Red+Green+Blue) = 192+81+132=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C05184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05184 is #3FAE7B. Grayscale: #777777. Windows color (decimal): -4173436 or 8671680. OLE color: 8671680.

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

Color convert

RGB 192 81 132 -
CMYK 0 0.58 0.31 0.25
HSL 332.43º 0.47% 0.54% -
HSV(B) 332.43º 0.58% 0.75% -
XYZ 28.85 18.76 23.93 -
YUV 120 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 192 81 132 0 0.58 0.31 0.25 332.43 0.47 0.54
Hex C0 51 84 0 3A 1F 19 14C 2F 36
Octal 300 121 204 0 72 37 31 514 57 66
Binary 11000000 1010001 10000100 0 111010 11111 11001 101001100 101111 110110

Color Harmonies of #C05184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05184

Black with #C05184

Text Example


Text Example

White with #C05184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05184; }

 p { color: rgb(192,81,132); }

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

background-color css

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

 a { background-color: rgb(192,81,132); }

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

border-color css

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

 span { border-color: rgb(192,81,132); }

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