#C8546E

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

Shades of Cabaret #C8546E

Tints of Cabaret #C8546E

Color information

#C8546E (or 0xC8546E) is unknown color: approx Cabaret. HEX triplet: C8, 54 and 6E. RGB value is (200,84,110). Sum of RGB (Red+Green+Blue) = 200+84+110=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8546E is #37AB91. Grayscale: #797979. Windows color (decimal): -3648402 or 7230664. OLE color: 7230664.

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

Color convert

RGB20084110-
CMYK00.580.450.22
HSL346.55º51.33%55.69%-
HSV(B)346.55º58%78.43%-
XYZ29.819.7516.99-
YUV121.65121.43183.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.76%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=50.76%
G=21.32%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008411000.580.450.22346.5551.3355.69
HexC8546E03A2D1615b3338
Octal31012415607255265336370
Binary1100100010101001101110011101010110110110101011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8546E; }

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

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

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

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

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

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

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

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