#C7686F

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

Shades of Cabaret #C7686F

Tints of Cabaret #C7686F

Color information

#C7686F (or 0xC7686F) is unknown color: approx Cabaret. HEX triplet: C7, 68 and 6F. RGB value is (199,104,111). Sum of RGB (Red+Green+Blue) = 199+104+111=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7686F is #389790. Grayscale: #858585. Windows color (decimal): -3708817 or 7301319. OLE color: 7301319.

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

Color convert

RGB199104111-
CMYK00.480.440.22
HSL355.58º45.89%59.41%-
HSV(B)355.58º47.74%78.04%-
XYZ31.3723.1917.86-
YUV133.2115.47174.93-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 104 (41.02% from 255) = 25.12%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=48.07%
G=25.12%
B=26.81%

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
Decimal19910411100.480.440.22355.5845.8959.41
HexC7686F0302C161642e3b
Octal30715015706054265445673
Binary1100011111010001101111011000010110010110101100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7686F; }

 p { color: rgb(199,104,111); }

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

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

 a { background-color: rgb(199,104,111); }

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

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

 span { border-color: rgb(199,104,111); }

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