Html Css Color HEX #C6498A Mulberry

📋 copy color: '#C6498A'

red 198 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #C6498A

Tints of Mulberry #C6498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 48.41%
G = 17.85%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6498A (or 0xC6498A) is known color: Mulberry. HEX triplet: C6, 49 and 8A. RGB value is (198,73,138). Sum of RGB (Red+Green+Blue) = 198+73+138=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6498A is #39B675. Grayscale: #757575. Windows color (decimal): -3782262 or 9062854. OLE color: 9062854.

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

Color convert

RGB 198 73 138 -
CMYK 0 0.63 0.30 0.22
HSL 328.8º 0.52% 0.53% -
HSV(B) 328.8º 0.63% 0.78% -
XYZ 30.26 18.61 26.04 -
YUV 117.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 198 73 138 0 0.63 0.30 0.22 328.8 0.52 0.53
Hex C6 49 8A 0 3F 1E 16 149 34 35
Octal 306 111 212 0 77 36 26 511 64 65
Binary 11000110 1001001 10001010 0 111111 11110 10110 101001001 110100 110101

Color Harmonies of #C6498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6498A

Black with #C6498A

Text Example


Text Example

White with #C6498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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