Html Css Color HEX #C05083 Mulberry

📋 copy color: '#C05083'

red 192 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #C05083

Tints of Mulberry #C05083

RGB

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

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

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

R = 47.64%
G = 19.85%
B = 32.51%

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

#C05083 (or 0xC05083) is known color: Mulberry. HEX triplet: C0, 50 and 83. RGB value is (192,80,131). Sum of RGB (Red+Green+Blue) = 192+80+131=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C05083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05083 is #3FAF7C. Grayscale: #777777. Windows color (decimal): -4173693 or 8605888. OLE color: 8605888.

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

Color convert

RGB 192 80 131 -
CMYK 0 0.58 0.32 0.25
HSL 332.68º 0.47% 0.53% -
HSV(B) 332.68º 0.58% 0.75% -
XYZ 28.7 18.58 23.55 -
YUV 119.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 192 80 131 0 0.58 0.32 0.25 332.68 0.47 0.53
Hex C0 50 83 0 3A 20 19 14D 2F 35
Octal 300 120 203 0 72 40 31 515 57 65
Binary 11000000 1010000 10000011 0 111010 100000 11001 101001101 101111 110101

Color Harmonies of #C05083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05083

Black with #C05083

Text Example


Text Example

White with #C05083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05083; }

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

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

background-color css

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

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

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

border-color css

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

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

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