Html Css Color HEX #C6408A Mulberry

📋 copy color: '#C6408A'

red 198 ◦ green 64 ◦ blue 138

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

Shades of Mulberry #C6408A

Tints of Mulberry #C6408A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 49.5%
G = 16%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6408A (or 0xC6408A) is known color: Mulberry. HEX triplet: C6, 40 and 8A. RGB value is (198,64,138). Sum of RGB (Red+Green+Blue) = 198+64+138=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C6408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6408A is #39BF75. Grayscale: #707070. Windows color (decimal): -3784566 or 9060550. OLE color: 9060550.

HSL color Cylindrical-coordinate representation of color #C6408A: hue angle of 326.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6408A is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 64 138 -
CMYK 0 0.68 0.30 0.22
HSL 326.87º 0.54% 0.51% -
HSV(B) 326.87º 0.68% 0.78% -
XYZ 29.71 17.51 25.86 -
YUV 112.5 142.39 188.98 -
System Red Green Blue C M Y K H S L
Decimal 198 64 138 0 0.68 0.30 0.22 326.87 0.54 0.51
Hex C6 40 8A 0 44 1E 16 147 36 33
Octal 306 100 212 0 104 36 26 507 66 63
Binary 11000110 1000000 10001010 0 1000100 11110 10110 101000111 110110 110011

Color Harmonies of #C6408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6408A

Black with #C6408A

Text Example


Text Example

White with #C6408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6408A; }

 p { color: rgb(198,64,138); }

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

background-color css

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

 a { background-color: rgb(198,64,138); }

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

border-color css

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

 span { border-color: rgb(198,64,138); }

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