Html Css Color HEX #C05096 Mulberry

📋 copy color: '#C05096'

red 192 ◦ green 80 ◦ blue 150

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

Shades of Mulberry #C05096

Tints of Mulberry #C05096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 45.5%
G = 18.96%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05096 (or 0xC05096) is known color: Mulberry. HEX triplet: C0, 50 and 96. RGB value is (192,80,150). Sum of RGB (Red+Green+Blue) = 192+80+150=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05096 is #3FAF69. Grayscale: #797979. Windows color (decimal): -4173674 or 9851072. OLE color: 9851072.

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

Color convert

RGB 192 80 150 -
CMYK 0 0.58 0.22 0.25
HSL 322.5º 0.47% 0.53% -
HSV(B) 322.5º 0.58% 0.75% -
XYZ 30.11 19.15 30.96 -
YUV 121.47 144.11 178.31 -
System Red Green Blue C M Y K H S L
Decimal 192 80 150 0 0.58 0.22 0.25 322.5 0.47 0.53
Hex C0 50 96 0 3A 16 19 142 2F 35
Octal 300 120 226 0 72 26 31 502 57 65
Binary 11000000 1010000 10010110 0 111010 10110 11001 101000010 101111 110101

Color Harmonies of #C05096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05096

Black with #C05096

Text Example


Text Example

White with #C05096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05096; }

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

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

background-color css

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

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

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

border-color css

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

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

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