#C4686F

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

Shades of Cabaret #C4686F

Tints of Cabaret #C4686F

Color information

#C4686F (or 0xC4686F) is unknown color: approx Cabaret. HEX triplet: C4, 68 and 6F. RGB value is (196,104,111). Sum of RGB (Red+Green+Blue) = 196+104+111=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4686F is #3B9790. Grayscale: #848484. Windows color (decimal): -3905425 or 7301316. OLE color: 7301316.

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

Color convert

RGB196104111-
CMYK00.470.430.23
HSL355.43º43.81%58.82%-
HSV(B)355.43º46.94%76.86%-
XYZ30.5822.7817.82-
YUV132.31115.98173.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=47.69%
G=25.30%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610411100.470.430.23355.4343.8158.82
HexC4686F02F2B171632c3b
Octal30415015705753275435473
Binary1100010011010001101111010111110101110111101100011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4686F; }

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

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

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

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

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

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

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

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