Html Css Color HEX #C6478B Mulberry

📋 copy color: '#C6478B'

red 198 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #C6478B

Tints of Mulberry #C6478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 48.53%
G = 17.4%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6478B (or 0xC6478B) is known color: Mulberry. HEX triplet: C6, 47 and 8B. RGB value is (198,71,139). Sum of RGB (Red+Green+Blue) = 198+71+139=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6478B is #39B874. Grayscale: #747474. Windows color (decimal): -3782773 or 9127878. OLE color: 9127878.

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

Color convert

RGB 198 71 139 -
CMYK 0 0.64 0.30 0.22
HSL 327.87º 0.53% 0.53% -
HSV(B) 327.87º 0.64% 0.78% -
XYZ 30.2 18.38 26.38 -
YUV 116.73 140.58 185.97 -
System Red Green Blue C M Y K H S L
Decimal 198 71 139 0 0.64 0.30 0.22 327.87 0.53 0.53
Hex C6 47 8B 0 40 1E 16 148 35 35
Octal 306 107 213 0 100 36 26 510 65 65
Binary 11000110 1000111 10001011 0 1000000 11110 10110 101001000 110101 110101

Color Harmonies of #C6478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6478B

Black with #C6478B

Text Example


Text Example

White with #C6478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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