Html Css Color HEX #C0498D Mulberry

📋 copy color: '#C0498D'

red 192 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #C0498D

Tints of Mulberry #C0498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 47.29%
G = 17.98%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0498D (or 0xC0498D) is known color: Mulberry. HEX triplet: C0, 49 and 8D. RGB value is (192,73,141). Sum of RGB (Red+Green+Blue) = 192+73+141=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0498D is #3FB672. Grayscale: #747474. Windows color (decimal): -4175475 or 9259456. OLE color: 9259456.

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

Color convert

RGB 192 73 141 -
CMYK 0 0.62 0.27 0.25
HSL 325.71º 0.49% 0.52% -
HSV(B) 325.71º 0.62% 0.75% -
XYZ 28.93 17.89 27.13 -
YUV 116.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 192 73 141 0 0.62 0.27 0.25 325.71 0.49 0.52
Hex C0 49 8D 0 3E 1B 19 146 31 34
Octal 300 111 215 0 76 33 31 506 61 64
Binary 11000000 1001001 10001101 0 111110 11011 11001 101000110 110001 110100

Color Harmonies of #C0498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0498D

Black with #C0498D

Text Example


Text Example

White with #C0498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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