#C8546D

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

Shades of Cabaret #C8546D

Tints of Cabaret #C8546D

Color information

#C8546D (or 0xC8546D) is unknown color: approx Cabaret. HEX triplet: C8, 54 and 6D. RGB value is (200,84,109). Sum of RGB (Red+Green+Blue) = 200+84+109=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8546D is #37AB92. Grayscale: #797979. Windows color (decimal): -3648403 or 7165128. OLE color: 7165128.

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

Color convert

RGB20084109-
CMYK00.580.460.22
HSL347.07º51.33%55.69%-
HSV(B)347.07º58%78.43%-
XYZ29.7519.7216.71-
YUV121.53120.93183.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.89%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 109 (42.97% from 255) = 27.74%
R=50.89%
G=21.37%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008410900.580.460.22347.0751.3355.69
HexC8546D03A2E1615b3338
Octal31012415507256265336370
Binary1100100010101001101101011101010111010110101011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8546D; }

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

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

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

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

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

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

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

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