Html Css Color HEX #C05983 Mulberry

📋 copy color: '#C05983'

red 192 ◦ green 89 ◦ blue 131

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

Shades of Mulberry #C05983

Tints of Mulberry #C05983

RGB

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

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

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

R = 46.6%
G = 21.6%
B = 31.8%

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

#C05983 (or 0xC05983) is known color: Mulberry. HEX triplet: C0, 59 and 83. RGB value is (192,89,131). Sum of RGB (Red+Green+Blue) = 192+89+131=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C05983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05983 is #3FA67C. Grayscale: #7C7C7C. Windows color (decimal): -4171389 or 8608192. OLE color: 8608192.

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

Color convert

RGB 192 89 131 -
CMYK 0 0.54 0.32 0.25
HSL 335.53º 0.45% 0.55% -
HSV(B) 335.53º 0.54% 0.75% -
XYZ 29.41 19.99 23.78 -
YUV 124.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 192 89 131 0 0.54 0.32 0.25 335.53 0.45 0.55
Hex C0 59 83 0 36 20 19 150 2D 37
Octal 300 131 203 0 66 40 31 520 55 67
Binary 11000000 1011001 10000011 0 110110 100000 11001 101010000 101101 110111

Color Harmonies of #C05983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05983

Black with #C05983

Text Example


Text Example

White with #C05983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05983; }

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

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

background-color css

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

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

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

border-color css

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

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

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