#C8557C

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

Shades of Cabaret #C8557C

Tints of Cabaret #C8557C

Color information

#C8557C (or 0xC8557C) is unknown color: approx Cabaret. HEX triplet: C8, 55 and 7C. RGB value is (200,85,124). Sum of RGB (Red+Green+Blue) = 200+85+124=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8557C is #37AA83. Grayscale: #7B7B7B. Windows color (decimal): -3648132 or 8148424. OLE color: 8148424.

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

Color convert

RGB20085124-
CMYK00.580.380.22
HSL339.65º51.11%55.88%-
HSV(B)339.65º57.5%78.43%-
XYZ30.7120.2321.36-
YUV123.83128.1182.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.90%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=48.90%
G=20.78%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008512400.580.380.22339.6551.1155.88
HexC8557C03A26161543338
Octal31012517407246265246370
Binary1100100010101011111100011101010011010110101010100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8557C; }

 p { color: rgb(200,85,124); }

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

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

 a { background-color: rgb(200,85,124); }

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

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

 span { border-color: rgb(200,85,124); }

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