#C7547A

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

Shades of Cabaret #C7547A

Tints of Cabaret #C7547A

Color information

#C7547A (or 0xC7547A) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 7A. RGB value is (199,84,122). Sum of RGB (Red+Green+Blue) = 199+84+122=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7547A is #38AB85. Grayscale: #7A7A7A. Windows color (decimal): -3713926 or 8017095. OLE color: 8017095.

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

Color convert

RGB19984122-
CMYK00.580.390.22
HSL340.17º50.66%55.49%-
HSV(B)340.17º57.79%78.04%-
XYZ30.2419.8920.66-
YUV122.72127.6182.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.14%
GREEN value IS 84 (33.20% from 255) = 20.74%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=49.14%
G=20.74%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998412200.580.390.22340.1750.6655.49
HexC7547A03A27161543337
Octal30712417207247265246367
Binary1100011110101001111010011101010011110110101010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7547A; }

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

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

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

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

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

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

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

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