#C6696E

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

Shades of Cabaret #C6696E

Tints of Cabaret #C6696E

Color information

#C6696E (or 0xC6696E) is unknown color: approx Cabaret. HEX triplet: C6, 69 and 6E. RGB value is (198,105,110). Sum of RGB (Red+Green+Blue) = 198+105+110=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6696E is #399691. Grayscale: #858585. Windows color (decimal): -3774098 or 7236038. OLE color: 7236038.

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

Color convert

RGB198105110-
CMYK00.470.440.22
HSL356.77º44.93%59.41%-
HSV(B)356.77º46.97%77.65%-
XYZ31.1523.2317.59-
YUV133.38114.81174.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=47.94%
G=25.42%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810511000.470.440.22356.7744.9359.41
HexC6696E02F2C161652d3b
Octal30615115605754265455573
Binary1100011011010011101110010111110110010110101100101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6696E; }

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

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

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

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

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

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

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

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