Html Css Color HEX #C0498C Mulberry

📋 copy color: '#C0498C'

red 192 ◦ green 73 ◦ blue 140

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

Shades of Mulberry #C0498C

Tints of Mulberry #C0498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 47.41%
G = 18.02%
B = 34.57%

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

#C0498C (or 0xC0498C) is known color: Mulberry. HEX triplet: C0, 49 and 8C. RGB value is (192,73,140). Sum of RGB (Red+Green+Blue) = 192+73+140=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0498C is #3FB673. Grayscale: #747474. Windows color (decimal): -4175476 or 9193920. OLE color: 9193920.

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

Color convert

RGB 192 73 140 -
CMYK 0 0.62 0.27 0.25
HSL 326.22º 0.49% 0.52% -
HSV(B) 326.22º 0.62% 0.75% -
XYZ 28.85 17.87 26.74 -
YUV 116.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 192 73 140 0 0.62 0.27 0.25 326.22 0.49 0.52
Hex C0 49 8C 0 3E 1B 19 146 31 34
Octal 300 111 214 0 76 33 31 506 61 64
Binary 11000000 1001001 10001100 0 111110 11011 11001 101000110 110001 110100

Color Harmonies of #C0498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0498C

Black with #C0498C

Text Example


Text Example

White with #C0498C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0498C; }

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

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

background-color css

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

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

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

border-color css

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

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

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