Html Css Color HEX #C05082 Mulberry

📋 copy color: '#C05082'

red 192 ◦ green 80 ◦ blue 130

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

Shades of Mulberry #C05082

Tints of Mulberry #C05082

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.9%

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

R = 47.76%
G = 19.9%
B = 32.34%

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

#C05082 (or 0xC05082) is known color: Mulberry. HEX triplet: C0, 50 and 82. RGB value is (192,80,130). Sum of RGB (Red+Green+Blue) = 192+80+130=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C05082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05082 is #3FAF7D. Grayscale: #777777. Windows color (decimal): -4173694 or 8540352. OLE color: 8540352.

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

Color convert

RGB 192 80 130 -
CMYK 0 0.58 0.32 0.25
HSL 333.21º 0.47% 0.53% -
HSV(B) 333.21º 0.58% 0.75% -
XYZ 28.64 18.56 23.19 -
YUV 119.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 192 80 130 0 0.58 0.32 0.25 333.21 0.47 0.53
Hex C0 50 82 0 3A 20 19 14D 2F 35
Octal 300 120 202 0 72 40 31 515 57 65
Binary 11000000 1010000 10000010 0 111010 100000 11001 101001101 101111 110101

Color Harmonies of #C05082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05082

Black with #C05082

Text Example


Text Example

White with #C05082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05082; }

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

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

background-color css

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

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

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

border-color css

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

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

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