Html Css Color HEX #C6478C Mulberry

📋 copy color: '#C6478C'

red 198 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #C6478C

Tints of Mulberry #C6478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.23%

R = 48.41%
G = 17.36%
B = 34.23%

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

#C6478C (or 0xC6478C) is known color: Mulberry. HEX triplet: C6, 47 and 8C. RGB value is (198,71,140). Sum of RGB (Red+Green+Blue) = 198+71+140=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6478C is #39B873. Grayscale: #747474. Windows color (decimal): -3782772 or 9193414. OLE color: 9193414.

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

Color convert

RGB 198 71 140 -
CMYK 0 0.64 0.29 0.22
HSL 327.4º 0.53% 0.53% -
HSV(B) 327.4º 0.64% 0.78% -
XYZ 30.28 18.41 26.77 -
YUV 116.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 198 71 140 0 0.64 0.29 0.22 327.4 0.53 0.53
Hex C6 47 8C 0 40 1D 16 147 35 35
Octal 306 107 214 0 100 35 26 507 65 65
Binary 11000110 1000111 10001100 0 1000000 11101 10110 101000111 110101 110101

Color Harmonies of #C6478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6478C

Black with #C6478C

Text Example


Text Example

White with #C6478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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