Html Css Color HEX #C6497E Mulberry

📋 copy color: '#C6497E'

red 198 ◦ green 73 ◦ blue 126

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

Shades of Mulberry #C6497E

Tints of Mulberry #C6497E

RGB

 RED value IS 198 (77.73% from 255) = 49.87%

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 49.87%
G = 18.39%
B = 31.74%

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

#C6497E (or 0xC6497E) is known color: Mulberry. HEX triplet: C6, 49 and 7E. RGB value is (198,73,126). Sum of RGB (Red+Green+Blue) = 198+73+126=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6497E is #39B681. Grayscale: #747474. Windows color (decimal): -3782274 or 8276422. OLE color: 8276422.

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

Color convert

RGB 198 73 126 -
CMYK 0 0.63 0.36 0.22
HSL 334.56º 0.52% 0.53% -
HSV(B) 334.56º 0.63% 0.78% -
XYZ 29.44 18.28 21.72 -
YUV 116.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 198 73 126 0 0.63 0.36 0.22 334.56 0.52 0.53
Hex C6 49 7E 0 3F 24 16 14F 34 35
Octal 306 111 176 0 77 44 26 517 64 65
Binary 11000110 1001001 1111110 0 111111 100100 10110 101001111 110100 110101

Color Harmonies of #C6497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6497E

Black with #C6497E

Text Example


Text Example

White with #C6497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6497E; }

 p { color: rgb(198,73,126); }

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

background-color css

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

 a { background-color: rgb(198,73,126); }

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

border-color css

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

 span { border-color: rgb(198,73,126); }

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