#C8696D

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

Shades of Cabaret #C8696D

Tints of Cabaret #C8696D

Color information

#C8696D (or 0xC8696D) is unknown color: approx Cabaret. HEX triplet: C8, 69 and 6D. RGB value is (200,105,109). Sum of RGB (Red+Green+Blue) = 200+105+109=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8696D is #379692. Grayscale: #858585. Windows color (decimal): -3643027 or 7170504. OLE color: 7170504.

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

Color convert

RGB200105109-
CMYK00.480.460.22
HSL357.47º46.34%59.8%-
HSV(B)357.47º47.5%78.43%-
XYZ31.6323.4917.33-
YUV133.86113.97175.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 109 (42.97% from 255) = 26.33%
R=48.31%
G=25.36%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010510900.480.460.22357.4746.3459.8
HexC8696D0302E161652e3c
Octal31015115506056265455674
Binary1100100011010011101101011000010111010110101100101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8696D; }

 p { color: rgb(200,105,109); }

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

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

 a { background-color: rgb(200,105,109); }

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

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

 span { border-color: rgb(200,105,109); }

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