#C7546F

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

Shades of Cabaret #C7546F

Tints of Cabaret #C7546F

Color information

#C7546F (or 0xC7546F) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 6F. RGB value is (199,84,111). Sum of RGB (Red+Green+Blue) = 199+84+111=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7546F is #38AB90. Grayscale: #797979. Windows color (decimal): -3713937 or 7296199. OLE color: 7296199.

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

Color convert

RGB19984111-
CMYK00.580.440.22
HSL345.91º50.66%55.49%-
HSV(B)345.91º57.79%78.04%-
XYZ29.5919.6317.27-
YUV121.46122.1183.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 111 (43.75% from 255) = 28.17%
R=50.51%
G=21.32%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998411100.580.440.22345.9150.6655.49
HexC7546F03A2C1615a3337
Octal30712415707254265326367
Binary1100011110101001101111011101010110010110101011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7546F; }

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

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

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

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

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

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

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

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