#C8696B

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

Shades of Cabaret #C8696B

Tints of Cabaret #C8696B

Color information

#C8696B (or 0xC8696B) is unknown color: approx Cabaret. HEX triplet: C8, 69 and 6B. RGB value is (200,105,107). Sum of RGB (Red+Green+Blue) = 200+105+107=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8696B is #379694. Grayscale: #858585. Windows color (decimal): -3643029 or 7039432. OLE color: 7039432.

HSL color Cylindrical-coordinate representation of color #C8696B: hue angle of 358.74º 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 #C8696B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200105107-
CMYK00.480.460.22
HSL358.74º46.34%59.8%-
HSV(B)358.74º47.5%78.43%-
XYZ31.5223.4416.77-
YUV133.63112.97175.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.54%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 107 (42.19% from 255) = 25.97%
R=48.54%
G=25.49%
B=25.97%

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
Decimal20010510700.480.460.22358.7446.3459.8
HexC8696B0302E161672e3c
Octal31015115306056265475674
Binary1100100011010011101011011000010111010110101100111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8696B; }

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

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

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

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

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

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

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

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