Html Css Color HEX #C6407B Mulberry

📋 copy color: '#C6407B'

red 198 ◦ green 64 ◦ blue 123

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

Shades of Mulberry #C6407B

Tints of Mulberry #C6407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.95%

R = 51.43%
G = 16.62%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6407B (or 0xC6407B) is known color: Mulberry. HEX triplet: C6, 40 and 7B. RGB value is (198,64,123). Sum of RGB (Red+Green+Blue) = 198+64+123=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6407B is #39BF84. Grayscale: #6E6E6E. Windows color (decimal): -3784581 or 8077510. OLE color: 8077510.

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

Color convert

RGB 198 64 123 -
CMYK 0 0.68 0.38 0.22
HSL 333.58º 0.54% 0.51% -
HSV(B) 333.58º 0.68% 0.78% -
XYZ 28.7 17.1 20.53 -
YUV 110.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 198 64 123 0 0.68 0.38 0.22 333.58 0.54 0.51
Hex C6 40 7B 0 44 26 16 14E 36 33
Octal 306 100 173 0 104 46 26 516 66 63
Binary 11000110 1000000 1111011 0 1000100 100110 10110 101001110 110110 110011

Color Harmonies of #C6407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6407B

Black with #C6407B

Text Example


Text Example

White with #C6407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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