#C0686D

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

Shades of Cabaret #C0686D

Tints of Cabaret #C0686D

Color information

#C0686D (or 0xC0686D) is unknown color: approx Cabaret. HEX triplet: C0, 68 and 6D. RGB value is (192,104,109). Sum of RGB (Red+Green+Blue) = 192+104+109=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0686D is #3F9792. Grayscale: #828282. Windows color (decimal): -4167571 or 7170240. OLE color: 7170240.

HSL color Cylindrical-coordinate representation of color #C0686D: hue angle of 356.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0686D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192104109-
CMYK00.460.430.25
HSL356.59º41.12%58.04%-
HSV(B)356.59º45.83%75.29%-
XYZ29.4522.2117.2-
YUV130.88115.65171.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.41%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=47.41%
G=25.68%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210410900.460.430.25356.5941.1258.04
HexC0686D02E2B19165293a
Octal30015015505653315455172
Binary1100000011010001101101010111010101111001101100101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0686D; }

 p { color: rgb(192,104,109); }

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

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

 a { background-color: rgb(192,104,109); }

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

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

 span { border-color: rgb(192,104,109); }

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