Html Css Color HEX #C6498E Mulberry

📋 copy color: '#C6498E'

red 198 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #C6498E

Tints of Mulberry #C6498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 47.94%
G = 17.68%
B = 34.38%

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

#C6498E (or 0xC6498E) is known color: Mulberry. HEX triplet: C6, 49 and 8E. RGB value is (198,73,142). Sum of RGB (Red+Green+Blue) = 198+73+142=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6498E is #39B671. Grayscale: #767676. Windows color (decimal): -3782258 or 9324998. OLE color: 9324998.

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

Color convert

RGB 198 73 142 -
CMYK 0 0.63 0.28 0.22
HSL 326.88º 0.52% 0.53% -
HSV(B) 326.88º 0.63% 0.78% -
XYZ 30.55 18.72 27.59 -
YUV 118.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 198 73 142 0 0.63 0.28 0.22 326.88 0.52 0.53
Hex C6 49 8E 0 3F 1C 16 147 34 35
Octal 306 111 216 0 77 34 26 507 64 65
Binary 11000110 1001001 10001110 0 111111 11100 10110 101000111 110100 110101

Color Harmonies of #C6498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6498E

Black with #C6498E

Text Example


Text Example

White with #C6498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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