Html Css Color HEX #C6489A Mulberry

📋 copy color: '#C6489A'

red 198 ◦ green 72 ◦ blue 154

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

Shades of Mulberry #C6489A

Tints of Mulberry #C6489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 46.7%
G = 16.98%
B = 36.32%

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

#C6489A (or 0xC6489A) is known color: Mulberry. HEX triplet: C6, 48 and 9A. RGB value is (198,72,154). Sum of RGB (Red+Green+Blue) = 198+72+154=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6489A is #39B765. Grayscale: #767676. Windows color (decimal): -3782502 or 10111174. OLE color: 10111174.

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

Color convert

RGB 198 72 154 -
CMYK 0 0.64 0.22 0.22
HSL 320.95º 0.53% 0.53% -
HSV(B) 320.95º 0.64% 0.78% -
XYZ 31.44 18.97 32.58 -
YUV 119.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 198 72 154 0 0.64 0.22 0.22 320.95 0.53 0.53
Hex C6 48 9A 0 40 16 16 141 34 35
Octal 306 110 232 0 100 26 26 501 64 65
Binary 11000110 1001000 10011010 0 1000000 10110 10110 101000001 110100 110101

Color Harmonies of #C6489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6489A

Black with #C6489A

Text Example


Text Example

White with #C6489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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