#C8596B

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

Shades of Cabaret #C8596B

Tints of Cabaret #C8596B

Color information

#C8596B (or 0xC8596B) is unknown color: approx Cabaret. HEX triplet: C8, 59 and 6B. RGB value is (200,89,107). Sum of RGB (Red+Green+Blue) = 200+89+107=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8596B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8596B is #37A694. Grayscale: #7C7C7C. Windows color (decimal): -3647125 or 7035336. OLE color: 7035336.

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

Color convert

RGB20089107-
CMYK00.560.460.22
HSL350.27º50.23%56.67%-
HSV(B)350.27º55.5%78.43%-
XYZ30.0520.4916.28-
YUV124.24118.27182.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.51%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 107 (42.19% from 255) = 27.02%
R=50.51%
G=22.47%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008910700.560.460.22350.2750.2356.67
HexC8596B0382E1615e3239
Octal31013115307056265366271
Binary1100100010110011101011011100010111010110101011110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8596B; }

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

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

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

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

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

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

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

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