Html Css Color HEX #C05182 Mulberry

📋 copy color: '#C05182'

red 192 ◦ green 81 ◦ blue 130

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

Shades of Mulberry #C05182

Tints of Mulberry #C05182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 47.64%
G = 20.1%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05182 (or 0xC05182) is known color: Mulberry. HEX triplet: C0, 51 and 82. RGB value is (192,81,130). Sum of RGB (Red+Green+Blue) = 192+81+130=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C05182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05182 is #3FAE7D. Grayscale: #777777. Windows color (decimal): -4173438 or 8540608. OLE color: 8540608.

HSL color Cylindrical-coordinate representation of color #C05182: hue angle of 333.51º 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 #C05182 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 130 -
CMYK 0 0.58 0.32 0.25
HSL 333.51º 0.47% 0.54% -
HSV(B) 333.51º 0.58% 0.75% -
XYZ 28.71 18.7 23.22 -
YUV 119.78 133.77 179.52 -
System Red Green Blue C M Y K H S L
Decimal 192 81 130 0 0.58 0.32 0.25 333.51 0.47 0.54
Hex C0 51 82 0 3A 20 19 14E 2F 36
Octal 300 121 202 0 72 40 31 516 57 66
Binary 11000000 1010001 10000010 0 111010 100000 11001 101001110 101111 110110

Color Harmonies of #C05182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05182

Black with #C05182

Text Example


Text Example

White with #C05182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05182; }

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

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

background-color css

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

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

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

border-color css

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

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

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