Html Css Color HEX #C0497F Mulberry

📋 copy color: '#C0497F'

red 192 ◦ green 73 ◦ blue 127

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

Shades of Mulberry #C0497F

Tints of Mulberry #C0497F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.4%

R = 48.98%
G = 18.62%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0497F (or 0xC0497F) is known color: Mulberry. HEX triplet: C0, 49 and 7F. RGB value is (192,73,127). Sum of RGB (Red+Green+Blue) = 192+73+127=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0497F is #3FB680. Grayscale: #727272. Windows color (decimal): -4175489 or 8341952. OLE color: 8341952.

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

Color convert

RGB 192 73 127 -
CMYK 0 0.62 0.34 0.25
HSL 332.77º 0.49% 0.52% -
HSV(B) 332.77º 0.62% 0.75% -
XYZ 27.95 17.5 21.98 -
YUV 114.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 192 73 127 0 0.62 0.34 0.25 332.77 0.49 0.52
Hex C0 49 7F 0 3E 22 19 14D 31 34
Octal 300 111 177 0 76 42 31 515 61 64
Binary 11000000 1001001 1111111 0 111110 100010 11001 101001101 110001 110100

Color Harmonies of #C0497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0497F

Black with #C0497F

Text Example


Text Example

White with #C0497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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