Html Css Color HEX #C6489B Mulberry

📋 copy color: '#C6489B'

red 198 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #C6489B

Tints of Mulberry #C6489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.94%

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 46.59%
G = 16.94%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6489B (or 0xC6489B) is known color: Mulberry. HEX triplet: C6, 48 and 9B. RGB value is (198,72,155). Sum of RGB (Red+Green+Blue) = 198+72+155=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6489B is #39B764. Grayscale: #767676. Windows color (decimal): -3782501 or 10176710. OLE color: 10176710.

HSL color Cylindrical-coordinate representation of color #C6489B: hue angle of 320.48º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6489B is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 72 155 -
CMYK 0 0.64 0.22 0.22
HSL 320.48º 0.53% 0.53% -
HSV(B) 320.48º 0.64% 0.78% -
XYZ 31.52 19.01 33.02 -
YUV 119.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 198 72 155 0 0.64 0.22 0.22 320.48 0.53 0.53
Hex C6 48 9B 0 40 16 16 140 34 35
Octal 306 110 233 0 100 26 26 500 64 65
Binary 11000110 1001000 10011011 0 1000000 10110 10110 101000000 110100 110101

Color Harmonies of #C6489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6489B

Black with #C6489B

Text Example


Text Example

White with #C6489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6489B; }

 p { color: rgb(198,72,155); }

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

background-color css

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

 a { background-color: rgb(198,72,155); }

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

border-color css

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

 span { border-color: rgb(198,72,155); }

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