#C9686B

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

Shades of Cabaret #C9686B

Tints of Cabaret #C9686B

Color information

#C9686B (or 0xC9686B) is unknown color: approx Cabaret. HEX triplet: C9, 68 and 6B. RGB value is (201,104,107). Sum of RGB (Red+Green+Blue) = 201+104+107=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9686B is #369794. Grayscale: #858585. Windows color (decimal): -3577749 or 7039177. OLE color: 7039177.

HSL color Cylindrical-coordinate representation of color #C9686B: hue angle of 358.14º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9686B is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201104107-
CMYK00.480.470.21
HSL358.14º47.32%59.8%-
HSV(B)358.14º48.26%78.82%-
XYZ31.6923.3816.75-
YUV133.34113.14176.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=48.79%
G=25.24%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110410700.480.470.21358.1447.3259.8
HexC9686B0302F151662f3c
Octal31115015306057255465774
Binary1100100111010001101011011000010111110101101100110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9686B; }

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

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

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

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

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

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

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

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