#C6666E

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

Shades of Cabaret #C6666E

Tints of Cabaret #C6666E

Color information

#C6666E (or 0xC6666E) is unknown color: approx Cabaret. HEX triplet: C6, 66 and 6E. RGB value is (198,102,110). Sum of RGB (Red+Green+Blue) = 198+102+110=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C6666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6666E is #399991. Grayscale: #838383. Windows color (decimal): -3774866 or 7235270. OLE color: 7235270.

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

Color convert

RGB198102110-
CMYK00.480.440.22
HSL355º45.71%58.82%-
HSV(B)355º48.48%77.65%-
XYZ30.8522.6317.49-
YUV131.62115.8175.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.29%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=48.29%
G=24.88%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810211000.480.440.2235545.7158.82
HexC6666E0302C161632e3b
Octal30614615606054265435673
Binary1100011011001101101110011000010110010110101100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6666E; }

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

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

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

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

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

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

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

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