#C6616A

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

Shades of Cabaret #C6616A

Tints of Cabaret #C6616A

Color information

#C6616A (or 0xC6616A) is unknown color: approx Cabaret. HEX triplet: C6, 61 and 6A. RGB value is (198,97,106). Sum of RGB (Red+Green+Blue) = 198+97+106=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6616A is #399E95. Grayscale: #808080. Windows color (decimal): -3776150 or 6971846. OLE color: 6971846.

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

Color convert

RGB19897106-
CMYK00.510.460.22
HSL354.65º46.98%57.84%-
HSV(B)354.65º51.01%77.65%-
XYZ30.1621.616.21-
YUV128.22115.46177.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=49.38%
G=24.19%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989710600.510.460.22354.6546.9857.84
HexC6616A0332E161632f3a
Octal30614115206356265435772
Binary1100011011000011101010011001110111010110101100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6616A; }

 p { color: rgb(198,97,106); }

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

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

 a { background-color: rgb(198,97,106); }

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

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

 span { border-color: rgb(198,97,106); }

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