#C8596F

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

Shades of Cabaret #C8596F

Tints of Cabaret #C8596F

Color information

#C8596F (or 0xC8596F) is unknown color: approx Cabaret. HEX triplet: C8, 59 and 6F. RGB value is (200,89,111). Sum of RGB (Red+Green+Blue) = 200+89+111=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8596F is #37A690. Grayscale: #7C7C7C. Windows color (decimal): -3647121 or 7297480. OLE color: 7297480.

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

Color convert

RGB20089111-
CMYK00.560.440.22
HSL348.11º50.23%56.67%-
HSV(B)348.11º55.5%78.43%-
XYZ30.2620.5717.41-
YUV124.7120.27181.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 22.25%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=50%
G=22.25%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008911100.560.440.22348.1150.2356.67
HexC8596F0382C1615c3239
Octal31013115707054265346271
Binary1100100010110011101111011100010110010110101011100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8596F; }

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

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

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

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

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

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

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

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