#C7696C

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

Shades of Cabaret #C7696C

Tints of Cabaret #C7696C

Color information

#C7696C (or 0xC7696C) is unknown color: approx Cabaret. HEX triplet: C7, 69 and 6C. RGB value is (199,105,108). Sum of RGB (Red+Green+Blue) = 199+105+108=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7696C is #389693. Grayscale: #858585. Windows color (decimal): -3708564 or 7104967. OLE color: 7104967.

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

Color convert

RGB199105108-
CMYK00.470.460.22
HSL358.09º45.63%59.61%-
HSV(B)358.09º47.24%78.04%-
XYZ31.3123.3317.04-
YUV133.45113.64174.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.30%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=48.30%
G=25.49%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910510800.470.460.22358.0945.6359.61
HexC7696C02F2E161662e3c
Octal30715115405756265465674
Binary1100011111010011101100010111110111010110101100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7696C; }

 p { color: rgb(199,105,108); }

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

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

 a { background-color: rgb(199,105,108); }

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

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

 span { border-color: rgb(199,105,108); }

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