#C6676F

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

Shades of Cabaret #C6676F

Tints of Cabaret #C6676F

Color information

#C6676F (or 0xC6676F) is unknown color: approx Cabaret. HEX triplet: C6, 67 and 6F. RGB value is (198,103,111). Sum of RGB (Red+Green+Blue) = 198+103+111=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6676F is #399890. Grayscale: #848484. Windows color (decimal): -3774609 or 7301062. OLE color: 7301062.

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

Color convert

RGB198103111-
CMYK00.480.440.22
HSL354.95º45.45%59.02%-
HSV(B)354.95º47.98%77.65%-
XYZ31.0122.8517.82-
YUV132.32115.97174.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.06%
GREEN value IS 103 (40.62% from 255) = 25%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=48.06%
G=25%
B=26.94%

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
Decimal19810311100.480.440.22354.9545.4559.02
HexC6676F0302C161632d3b
Octal30614715706054265435573
Binary1100011011001111101111011000010110010110101100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6676F; }

 p { color: rgb(198,103,111); }

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

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

 a { background-color: rgb(198,103,111); }

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

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

 span { border-color: rgb(198,103,111); }

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