Html Css Color HEX #C0499A Mulberry

📋 copy color: '#C0499A'

red 192 ◦ green 73 ◦ blue 154

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

Shades of Mulberry #C0499A

Tints of Mulberry #C0499A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.42%

 BLUE value IS 154 (60.55% from 255) = 36.75%

R = 45.82%
G = 17.42%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0499A (or 0xC0499A) is known color: Mulberry. HEX triplet: C0, 49 and 9A. RGB value is (192,73,154). Sum of RGB (Red+Green+Blue) = 192+73+154=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0499A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0499A is #3FB665. Grayscale: #757575. Windows color (decimal): -4175462 or 10111424. OLE color: 10111424.

HSL color Cylindrical-coordinate representation of color #C0499A: hue angle of 319.16º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0499A is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 154 -
CMYK 0 0.62 0.20 0.25
HSL 319.16º 0.49% 0.52% -
HSV(B) 319.16º 0.62% 0.75% -
XYZ 29.95 18.3 32.53 -
YUV 117.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 192 73 154 0 0.62 0.20 0.25 319.16 0.49 0.52
Hex C0 49 9A 0 3E 14 19 13F 31 34
Octal 300 111 232 0 76 24 31 477 61 64
Binary 11000000 1001001 10011010 0 111110 10100 11001 100111111 110001 110100

Color Harmonies of #C0499A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0499A

Black with #C0499A

Text Example


Text Example

White with #C0499A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0499A; }

 p { color: rgb(192,73,154); }

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

background-color css

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

 a { background-color: rgb(192,73,154); }

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

border-color css

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

 span { border-color: rgb(192,73,154); }

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