#C2686B

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

Shades of Cabaret #C2686B

Tints of Cabaret #C2686B

Color information

#C2686B (or 0xC2686B) is unknown color: approx Cabaret. HEX triplet: C2, 68 and 6B. RGB value is (194,104,107). Sum of RGB (Red+Green+Blue) = 194+104+107=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2686B is #3D9794. Grayscale: #838383. Windows color (decimal): -4036501 or 7039170. OLE color: 7039170.

HSL color Cylindrical-coordinate representation of color #C2686B: hue angle of 358º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2686B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB194104107-
CMYK00.460.450.24
HSL358º42.45%58.43%-
HSV(B)358º46.39%76.08%-
XYZ29.8522.4316.67-
YUV131.25114.32172.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=47.90%
G=25.68%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410410700.460.450.2435842.4558.43
HexC2686B02E2D181662a3a
Octal30215015305655305465272
Binary1100001011010001101011010111010110111000101100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2686B; }

 p { color: rgb(194,104,107); }

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

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

 a { background-color: rgb(194,104,107); }

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

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

 span { border-color: rgb(194,104,107); }

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