Html Css Color HEX #C6488E Mulberry

📋 copy color: '#C6488E'

red 198 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #C6488E

Tints of Mulberry #C6488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 48.06%
G = 17.48%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6488E (or 0xC6488E) is known color: Mulberry. HEX triplet: C6, 48 and 8E. RGB value is (198,72,142). Sum of RGB (Red+Green+Blue) = 198+72+142=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6488E is #39B771. Grayscale: #757575. Windows color (decimal): -3782514 or 9324742. OLE color: 9324742.

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

Color convert

RGB 198 72 142 -
CMYK 0 0.64 0.28 0.22
HSL 326.67º 0.53% 0.53% -
HSV(B) 326.67º 0.64% 0.78% -
XYZ 30.49 18.59 27.57 -
YUV 117.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 198 72 142 0 0.64 0.28 0.22 326.67 0.53 0.53
Hex C6 48 8E 0 40 1C 16 147 34 35
Octal 306 110 216 0 100 34 26 507 64 65
Binary 11000110 1001000 10001110 0 1000000 11100 10110 101000111 110100 110101

Color Harmonies of #C6488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6488E

Black with #C6488E

Text Example


Text Example

White with #C6488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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