#C6606C

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

Shades of Cabaret #C6606C

Tints of Cabaret #C6606C

Color information

#C6606C (or 0xC6606C) is unknown color: approx Cabaret. HEX triplet: C6, 60 and 6C. RGB value is (198,96,108). Sum of RGB (Red+Green+Blue) = 198+96+108=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6606C is #399F93. Grayscale: #7F7F7F. Windows color (decimal): -3776404 or 7102662. OLE color: 7102662.

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

Color convert

RGB19896108-
CMYK00.520.450.22
HSL352.94º47.22%57.65%-
HSV(B)352.94º51.52%77.65%-
XYZ30.1821.4516.74-
YUV127.87116.79178.02-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.25%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=49.25%
G=23.88%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989610800.520.450.22352.9447.2257.65
HexC6606C0342D161612f3a
Octal30614015406455265415772
Binary1100011011000001101100011010010110110110101100001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6606C; }

 p { color: rgb(198,96,108); }

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

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

 a { background-color: rgb(198,96,108); }

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

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

 span { border-color: rgb(198,96,108); }

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