#C8586E

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

Shades of Cabaret #C8586E

Tints of Cabaret #C8586E

Color information

#C8586E (or 0xC8586E) is unknown color: approx Cabaret. HEX triplet: C8, 58 and 6E. RGB value is (200,88,110). Sum of RGB (Red+Green+Blue) = 200+88+110=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8586E is #37A791. Grayscale: #7C7C7C. Windows color (decimal): -3647378 or 7231688. OLE color: 7231688.

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

Color convert

RGB20088110-
CMYK00.560.450.22
HSL348.21º50.45%56.47%-
HSV(B)348.21º56%78.43%-
XYZ30.1220.3817.1-
YUV124120.11182.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 110 (43.36% from 255) = 27.64%
R=50.25%
G=22.11%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008811000.560.450.22348.2150.4556.47
HexC8586E0382D1615c3238
Octal31013015607055265346270
Binary1100100010110001101110011100010110110110101011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8586E; }

 p { color: rgb(200,88,110); }

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

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

 a { background-color: rgb(200,88,110); }

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

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

 span { border-color: rgb(200,88,110); }

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