Html Css Color HEX #C05483 Mulberry

📋 copy color: '#C05483'

red 192 ◦ green 84 ◦ blue 131

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

Shades of Mulberry #C05483

Tints of Mulberry #C05483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.19%

R = 47.17%
G = 20.64%
B = 32.19%

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

#C05483 (or 0xC05483) is known color: Mulberry. HEX triplet: C0, 54 and 83. RGB value is (192,84,131). Sum of RGB (Red+Green+Blue) = 192+84+131=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C05483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05483 is #3FAB7C. Grayscale: #797979. Windows color (decimal): -4172669 or 8606912. OLE color: 8606912.

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

Color convert

RGB 192 84 131 -
CMYK 0 0.56 0.32 0.25
HSL 333.89º 0.46% 0.54% -
HSV(B) 333.89º 0.56% 0.75% -
XYZ 29.01 19.19 23.65 -
YUV 121.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 192 84 131 0 0.56 0.32 0.25 333.89 0.46 0.54
Hex C0 54 83 0 38 20 19 14E 2E 36
Octal 300 124 203 0 70 40 31 516 56 66
Binary 11000000 1010100 10000011 0 111000 100000 11001 101001110 101110 110110

Color Harmonies of #C05483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05483

Black with #C05483

Text Example


Text Example

White with #C05483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05483; }

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

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

background-color css

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

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

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

border-color css

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

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

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