Html Css Color HEX #C05982 Mulberry

📋 copy color: '#C05982'

red 192 ◦ green 89 ◦ blue 130

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

Shades of Mulberry #C05982

Tints of Mulberry #C05982

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

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

R = 46.72%
G = 21.65%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05982 (or 0xC05982) is known color: Mulberry. HEX triplet: C0, 59 and 82. RGB value is (192,89,130). Sum of RGB (Red+Green+Blue) = 192+89+130=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C05982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05982 is #3FA67D. Grayscale: #7C7C7C. Windows color (decimal): -4171390 or 8542656. OLE color: 8542656.

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

Color convert

RGB 192 89 130 -
CMYK 0 0.54 0.32 0.25
HSL 336.12º 0.45% 0.55% -
HSV(B) 336.12º 0.54% 0.75% -
XYZ 29.34 19.96 23.43 -
YUV 124.47 131.12 176.17 -
System Red Green Blue C M Y K H S L
Decimal 192 89 130 0 0.54 0.32 0.25 336.12 0.45 0.55
Hex C0 59 82 0 36 20 19 150 2D 37
Octal 300 131 202 0 66 40 31 520 55 67
Binary 11000000 1011001 10000010 0 110110 100000 11001 101010000 101101 110111

Color Harmonies of #C05982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05982

Black with #C05982

Text Example


Text Example

White with #C05982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05982; }

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

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

background-color css

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

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

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

border-color css

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

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

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