Html Css Color HEX #C6489D Mulberry

📋 copy color: '#C6489D'

red 198 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #C6489D

Tints of Mulberry #C6489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 46.37%
G = 16.86%
B = 36.77%

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

#C6489D (or 0xC6489D) is known color: Mulberry. HEX triplet: C6, 48 and 9D. RGB value is (198,72,157). Sum of RGB (Red+Green+Blue) = 198+72+157=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6489D is #39B762. Grayscale: #777777. Windows color (decimal): -3782499 or 10307782. OLE color: 10307782.

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

Color convert

RGB 198 72 157 -
CMYK 0 0.64 0.21 0.22
HSL 319.52º 0.53% 0.53% -
HSV(B) 319.52º 0.64% 0.78% -
XYZ 31.69 19.07 33.91 -
YUV 119.36 149.24 184.09 -
System Red Green Blue C M Y K H S L
Decimal 198 72 157 0 0.64 0.21 0.22 319.52 0.53 0.53
Hex C6 48 9D 0 40 15 16 140 34 35
Octal 306 110 235 0 100 25 26 500 64 65
Binary 11000110 1001000 10011101 0 1000000 10101 10110 101000000 110100 110101

Color Harmonies of #C6489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6489D

Black with #C6489D

Text Example


Text Example

White with #C6489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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