#C7616C

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

Shades of Cabaret #C7616C

Tints of Cabaret #C7616C

Color information

#C7616C (or 0xC7616C) is unknown color: approx Cabaret. HEX triplet: C7, 61 and 6C. RGB value is (199,97,108). Sum of RGB (Red+Green+Blue) = 199+97+108=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7616C is #389E93. Grayscale: #808080. Windows color (decimal): -3710612 or 7102919. OLE color: 7102919.

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

Color convert

RGB19997108-
CMYK00.510.460.22
HSL353.53º47.66%58.04%-
HSV(B)353.53º51.26%78.04%-
XYZ30.5321.7716.78-
YUV128.75116.29178.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=49.26%
G=24.01%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999710800.510.460.22353.5347.6658.04
HexC7616C0332E16162303a
Octal30714115406356265426072
Binary1100011111000011101100011001110111010110101100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7616C; }

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

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

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

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

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

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

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

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