#c6406b

Color #C6406B Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C6406B

Tints of Cabaret #C6406B

Color information

#C6406B (or 0xC6406B) is unknown color: approx Cabaret. HEX triplet: C6, 40 and 6B. RGB value is (198,64,107). Sum of RGB (Red+Green+Blue) = 198+64+107=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6406B is #39BF94. Grayscale: #6C6C6C. Windows color (decimal): -3784597 or 7028934. OLE color: 7028934.

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

Color convert

RGB19864107-
CMYK00.680.460.22
HSL340.75º54.03%51.37%-
HSV(B)340.75º67.68%77.65%-
XYZ27.7816.7315.68-
YUV108.97126.89191.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.66%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=53.66%
G=17.34%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986410700.680.460.22340.7554.0351.37
HexC6406B0442E161553633
Octal306100153010456265256663
Binary11000110100000011010110100010010111010110101010101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6406b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6406b; }

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

 H1.HeaderClassName
 {
   color: #c6406b;
 }
 .AnyTagClassName
 {
   color: #c6406b;
 }
</style>
background-color css

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

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

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

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

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

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