Html Css Color HEX #C6409A Mulberry

📋 copy color: '#C6409A'

red 198 ◦ green 64 ◦ blue 154

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

Shades of Mulberry #C6409A

Tints of Mulberry #C6409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.02%

R = 47.6%
G = 15.38%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6409A (or 0xC6409A) is known color: Mulberry. HEX triplet: C6, 40 and 9A. RGB value is (198,64,154). Sum of RGB (Red+Green+Blue) = 198+64+154=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C6409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6409A is #39BF65. Grayscale: #727272. Windows color (decimal): -3784550 or 10109126. OLE color: 10109126.

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

Color convert

RGB 198 64 154 -
CMYK 0 0.68 0.22 0.22
HSL 319.7º 0.54% 0.51% -
HSV(B) 319.7º 0.68% 0.78% -
XYZ 30.95 18.01 32.42 -
YUV 114.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 198 64 154 0 0.68 0.22 0.22 319.7 0.54 0.51
Hex C6 40 9A 0 44 16 16 140 36 33
Octal 306 100 232 0 104 26 26 500 66 63
Binary 11000110 1000000 10011010 0 1000100 10110 10110 101000000 110110 110011

Color Harmonies of #C6409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6409A

Black with #C6409A

Text Example


Text Example

White with #C6409A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6409A; }

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

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

background-color css

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

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

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

border-color css

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

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

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