Html Css Color HEX #C6478E Mulberry

📋 copy color: '#C6478E'

red 198 ◦ green 71 ◦ blue 142

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

Shades of Mulberry #C6478E

Tints of Mulberry #C6478E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.27%

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

R = 48.18%
G = 17.27%
B = 34.55%

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

#C6478E (or 0xC6478E) is known color: Mulberry. HEX triplet: C6, 47 and 8E. RGB value is (198,71,142). Sum of RGB (Red+Green+Blue) = 198+71+142=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6478E is #39B871. Grayscale: #747474. Windows color (decimal): -3782770 or 9324486. OLE color: 9324486.

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

Color convert

RGB 198 71 142 -
CMYK 0 0.64 0.28 0.22
HSL 326.46º 0.53% 0.53% -
HSV(B) 326.46º 0.64% 0.78% -
XYZ 30.42 18.47 27.55 -
YUV 117.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 198 71 142 0 0.64 0.28 0.22 326.46 0.53 0.53
Hex C6 47 8E 0 40 1C 16 146 35 35
Octal 306 107 216 0 100 34 26 506 65 65
Binary 11000110 1000111 10001110 0 1000000 11100 10110 101000110 110101 110101

Color Harmonies of #C6478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6478E

Black with #C6478E

Text Example


Text Example

White with #C6478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6478E; }

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

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

background-color css

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

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

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

border-color css

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

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

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