#C7546E

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

Shades of Cabaret #C7546E

Tints of Cabaret #C7546E

Color information

#C7546E (or 0xC7546E) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 6E. RGB value is (199,84,110). Sum of RGB (Red+Green+Blue) = 199+84+110=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7546E is #38AB91. Grayscale: #797979. Windows color (decimal): -3713938 or 7230663. OLE color: 7230663.

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

Color convert

RGB19984110-
CMYK00.580.450.22
HSL346.43º50.66%55.49%-
HSV(B)346.43º57.79%78.04%-
XYZ29.5419.6116.98-
YUV121.35121.6183.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=50.64%
G=21.37%
B=27.99%

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
Decimal1998411000.580.450.22346.4350.6655.49
HexC7546E03A2D1615a3337
Octal30712415607255265326367
Binary1100011110101001101110011101010110110110101011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7546E; }

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

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

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

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

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

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

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

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