#C7596F

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

Shades of Cabaret #C7596F

Tints of Cabaret #C7596F

Color information

#C7596F (or 0xC7596F) is unknown color: approx Cabaret. HEX triplet: C7, 59 and 6F. RGB value is (199,89,111). Sum of RGB (Red+Green+Blue) = 199+89+111=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7596F is #38A690. Grayscale: #7C7C7C. Windows color (decimal): -3712657 or 7297479. OLE color: 7297479.

HSL color Cylindrical-coordinate representation of color #C7596F: hue angle of 348º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C7596F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB19989111-
CMYK00.550.440.22
HSL348º49.55%56.47%-
HSV(B)348º55.28%78.04%-
XYZ29.9920.4317.4-
YUV124.4120.44181.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=49.87%
G=22.31%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998911100.550.440.2234849.5556.47
HexC7596F0372C1615c3238
Octal30713115706754265346270
Binary1100011110110011101111011011110110010110101011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7596F; }

 p { color: rgb(199,89,111); }

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

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

 a { background-color: rgb(199,89,111); }

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

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

 span { border-color: rgb(199,89,111); }

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