Html Css Color HEX #C6488D Mulberry

📋 copy color: '#C6488D'

red 198 ◦ green 72 ◦ blue 141

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

Shades of Mulberry #C6488D

Tints of Mulberry #C6488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.31%

R = 48.18%
G = 17.52%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6488D (or 0xC6488D) is known color: Mulberry. HEX triplet: C6, 48 and 8D. RGB value is (198,72,141). Sum of RGB (Red+Green+Blue) = 198+72+141=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6488D is #39B772. Grayscale: #757575. Windows color (decimal): -3782515 or 9259206. OLE color: 9259206.

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

Color convert

RGB 198 72 141 -
CMYK 0 0.64 0.29 0.22
HSL 327.14º 0.53% 0.53% -
HSV(B) 327.14º 0.64% 0.78% -
XYZ 30.41 18.56 27.18 -
YUV 117.54 141.24 185.39 -
System Red Green Blue C M Y K H S L
Decimal 198 72 141 0 0.64 0.29 0.22 327.14 0.53 0.53
Hex C6 48 8D 0 40 1D 16 147 34 35
Octal 306 110 215 0 100 35 26 507 64 65
Binary 11000110 1001000 10001101 0 1000000 11101 10110 101000111 110100 110101

Color Harmonies of #C6488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6488D

Black with #C6488D

Text Example


Text Example

White with #C6488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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