Html Css Color HEX #C05482 Mulberry

📋 copy color: '#C05482'

red 192 ◦ green 84 ◦ blue 130

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

Shades of Mulberry #C05482

Tints of Mulberry #C05482

RGB

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

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

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

R = 47.29%
G = 20.69%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05482 (or 0xC05482) is known color: Mulberry. HEX triplet: C0, 54 and 82. RGB value is (192,84,130). Sum of RGB (Red+Green+Blue) = 192+84+130=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C05482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05482 is #3FAB7D. Grayscale: #797979. Windows color (decimal): -4172670 or 8541376. OLE color: 8541376.

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

Color convert

RGB 192 84 130 -
CMYK 0 0.56 0.32 0.25
HSL 334.44º 0.46% 0.54% -
HSV(B) 334.44º 0.56% 0.75% -
XYZ 28.94 19.16 23.29 -
YUV 121.54 132.78 178.26 -
System Red Green Blue C M Y K H S L
Decimal 192 84 130 0 0.56 0.32 0.25 334.44 0.46 0.54
Hex C0 54 82 0 38 20 19 14E 2E 36
Octal 300 124 202 0 70 40 31 516 56 66
Binary 11000000 1010100 10000010 0 111000 100000 11001 101001110 101110 110110

Color Harmonies of #C05482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05482

Black with #C05482

Text Example


Text Example

White with #C05482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05482; }

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

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

background-color css

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

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

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

border-color css

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

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

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