Html Css Color HEX #C7497D Mulberry

📋 copy color: '#C7497D'

red 199 ◦ green 73 ◦ blue 125

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

Shades of Mulberry #C7497D

Tints of Mulberry #C7497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 50.13%
G = 18.39%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7497D (or 0xC7497D) is known color: Mulberry. HEX triplet: C7, 49 and 7D. RGB value is (199,73,125). Sum of RGB (Red+Green+Blue) = 199+73+125=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7497D is #38B682. Grayscale: #747474. Windows color (decimal): -3716739 or 8210887. OLE color: 8210887.

HSL color Cylindrical-coordinate representation of color #C7497D: hue angle of 335.24º 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 #C7497D is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 73 125 -
CMYK 0 0.63 0.37 0.22
HSL 335.24º 0.53% 0.53% -
HSV(B) 335.24º 0.63% 0.78% -
XYZ 29.64 18.39 21.39 -
YUV 116.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 199 73 125 0 0.63 0.37 0.22 335.24 0.53 0.53
Hex C7 49 7D 0 3F 25 16 14F 35 35
Octal 307 111 175 0 77 45 26 517 65 65
Binary 11000111 1001001 1111101 0 111111 100101 10110 101001111 110101 110101

Color Harmonies of #C7497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7497D

Black with #C7497D

Text Example


Text Example

White with #C7497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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