Html Css Color HEX #C6498F Mulberry

📋 copy color: '#C6498F'

red 198 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #C6498F

Tints of Mulberry #C6498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.54%

R = 47.83%
G = 17.63%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6498F (or 0xC6498F) is known color: Mulberry. HEX triplet: C6, 49 and 8F. RGB value is (198,73,143). Sum of RGB (Red+Green+Blue) = 198+73+143=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6498F is #39B670. Grayscale: #767676. Windows color (decimal): -3782257 or 9390534. OLE color: 9390534.

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

Color convert

RGB 198 73 143 -
CMYK 0 0.63 0.28 0.22
HSL 326.4º 0.52% 0.53% -
HSV(B) 326.4º 0.63% 0.78% -
XYZ 30.63 18.75 27.99 -
YUV 118.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 198 73 143 0 0.63 0.28 0.22 326.4 0.52 0.53
Hex C6 49 8F 0 3F 1C 16 146 34 35
Octal 306 111 217 0 77 34 26 506 64 65
Binary 11000110 1001001 10001111 0 111111 11100 10110 101000110 110100 110101

Color Harmonies of #C6498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6498F

Black with #C6498F

Text Example


Text Example

White with #C6498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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