Html Css Color HEX #C7497F Mulberry

📋 copy color: '#C7497F'

red 199 ◦ green 73 ◦ blue 127

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

Shades of Mulberry #C7497F

Tints of Mulberry #C7497F

RGB

 RED value IS 199 (78.13% from 255) = 49.87%

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

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

R = 49.87%
G = 18.3%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7497F (or 0xC7497F) is known color: Mulberry. HEX triplet: C7, 49 and 7F. RGB value is (199,73,127). Sum of RGB (Red+Green+Blue) = 199+73+127=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7497F is #38B680. Grayscale: #747474. Windows color (decimal): -3716737 or 8341959. OLE color: 8341959.

HSL color Cylindrical-coordinate representation of color #C7497F: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7497F is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 127 -
CMYK 0 0.63 0.36 0.22
HSL 334.29º 0.53% 0.53% -
HSV(B) 334.29º 0.63% 0.78% -
XYZ 29.77 18.44 22.07 -
YUV 116.83 133.74 186.61 -
System Red Green Blue C M Y K H S L
Decimal 199 73 127 0 0.63 0.36 0.22 334.29 0.53 0.53
Hex C7 49 7F 0 3F 24 16 14E 35 35
Octal 307 111 177 0 77 44 26 516 65 65
Binary 11000111 1001001 1111111 0 111111 100100 10110 101001110 110101 110101

Color Harmonies of #C7497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7497F

Black with #C7497F

Text Example


Text Example

White with #C7497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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