Html Css Color HEX #C6489E Mulberry

📋 copy color: '#C6489E'

red 198 ◦ green 72 ◦ blue 158

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

Shades of Mulberry #C6489E

Tints of Mulberry #C6489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 46.26%
G = 16.82%
B = 36.92%

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

#C6489E (or 0xC6489E) is known color: Mulberry. HEX triplet: C6, 48 and 9E. RGB value is (198,72,158). Sum of RGB (Red+Green+Blue) = 198+72+158=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C6489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6489E is #39B761. Grayscale: #777777. Windows color (decimal): -3782498 or 10373318. OLE color: 10373318.

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

Color convert

RGB 198 72 158 -
CMYK 0 0.64 0.20 0.22
HSL 319.05º 0.53% 0.53% -
HSV(B) 319.05º 0.64% 0.78% -
XYZ 31.78 19.11 34.36 -
YUV 119.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 198 72 158 0 0.64 0.20 0.22 319.05 0.53 0.53
Hex C6 48 9E 0 40 14 16 13F 34 35
Octal 306 110 236 0 100 24 26 477 64 65
Binary 11000110 1001000 10011110 0 1000000 10100 10110 100111111 110100 110101

Color Harmonies of #C6489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6489E

Black with #C6489E

Text Example


Text Example

White with #C6489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6489E; }

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

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

background-color css

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

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

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

border-color css

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

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

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