Html Css Color HEX #C6489C Mulberry

📋 copy color: '#C6489C'

red 198 ◦ green 72 ◦ blue 156

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

Shades of Mulberry #C6489C

Tints of Mulberry #C6489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 46.48%
G = 16.9%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6489C (or 0xC6489C) is known color: Mulberry. HEX triplet: C6, 48 and 9C. RGB value is (198,72,156). Sum of RGB (Red+Green+Blue) = 198+72+156=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6489C is #39B763. Grayscale: #777777. Windows color (decimal): -3782500 or 10242246. OLE color: 10242246.

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

Color convert

RGB 198 72 156 -
CMYK 0 0.64 0.21 0.22
HSL 320º 0.53% 0.53% -
HSV(B) 320º 0.64% 0.78% -
XYZ 31.61 19.04 33.46 -
YUV 119.25 148.74 184.17 -
System Red Green Blue C M Y K H S L
Decimal 198 72 156 0 0.64 0.21 0.22 320 0.53 0.53
Hex C6 48 9C 0 40 15 16 140 34 35
Octal 306 110 234 0 100 25 26 500 64 65
Binary 11000110 1001000 10011100 0 1000000 10101 10110 101000000 110100 110101

Color Harmonies of #C6489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6489C

Black with #C6489C

Text Example


Text Example

White with #C6489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6489C; }

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

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

background-color css

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

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

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

border-color css

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

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

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