Html Css Color HEX #C6489F Mulberry

📋 copy color: '#C6489F'

red 198 ◦ green 72 ◦ blue 159

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

Shades of Mulberry #C6489F

Tints of Mulberry #C6489F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 46.15%
G = 16.78%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C6489F (or 0xC6489F) is known color: Mulberry. HEX triplet: C6, 48 and 9F. RGB value is (198,72,159). Sum of RGB (Red+Green+Blue) = 198+72+159=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6489F is #39B760. Grayscale: #777777. Windows color (decimal): -3782497 or 10438854. OLE color: 10438854.

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

Color convert

RGB 198 72 159 -
CMYK 0 0.64 0.20 0.22
HSL 318.57º 0.53% 0.53% -
HSV(B) 318.57º 0.64% 0.78% -
XYZ 31.86 19.14 34.82 -
YUV 119.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 198 72 159 0 0.64 0.20 0.22 318.57 0.53 0.53
Hex C6 48 9F 0 40 14 16 13F 34 35
Octal 306 110 237 0 100 24 26 477 64 65
Binary 11000110 1001000 10011111 0 1000000 10100 10110 100111111 110100 110101

Color Harmonies of #C6489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6489F

Black with #C6489F

Text Example


Text Example

White with #C6489F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6489F; }

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

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

background-color css

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

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

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

border-color css

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

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

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