#C6666C

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

Shades of Cabaret #C6666C

Tints of Cabaret #C6666C

Color information

#C6666C (or 0xC6666C) is unknown color: approx Cabaret. HEX triplet: C6, 66 and 6C. RGB value is (198,102,108). Sum of RGB (Red+Green+Blue) = 198+102+108=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6666C is #399993. Grayscale: #838383. Windows color (decimal): -3774868 or 7104198. OLE color: 7104198.

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

Color convert

RGB198102108-
CMYK00.480.450.22
HSL356.25º45.71%58.82%-
HSV(B)356.25º48.48%77.65%-
XYZ30.7522.5916.93-
YUV131.39114.8175.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.53%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=48.53%
G=25%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810210800.480.450.22356.2545.7158.82
HexC6666C0302D161642e3b
Octal30614615406055265445673
Binary1100011011001101101100011000010110110110101100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6666C; }

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

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

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

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

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

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

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

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