#C8546A

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

Shades of Cabaret #C8546A

Tints of Cabaret #C8546A

Color information

#C8546A (or 0xC8546A) is unknown color: approx Cabaret. HEX triplet: C8, 54 and 6A. RGB value is (200,84,106). Sum of RGB (Red+Green+Blue) = 200+84+106=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8546A is #37AB95. Grayscale: #797979. Windows color (decimal): -3648406 or 6968520. OLE color: 6968520.

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

Color convert

RGB20084106-
CMYK00.580.470.22
HSL348.62º51.33%55.69%-
HSV(B)348.62º58%78.43%-
XYZ29.5919.6615.87-
YUV121.19119.43184.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=51.28%
G=21.54%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008410600.580.470.22348.6251.3355.69
HexC8546A03A2F1615d3338
Octal31012415207257265356370
Binary1100100010101001101010011101010111110110101011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8546A; }

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

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

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

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

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

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

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

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