#C7547B

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

Shades of Cabaret #C7547B

Tints of Cabaret #C7547B

Color information

#C7547B (or 0xC7547B) is unknown color: approx Cabaret. HEX triplet: C7, 54 and 7B. RGB value is (199,84,123). Sum of RGB (Red+Green+Blue) = 199+84+123=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7547B is #38AB84. Grayscale: #7A7A7A. Windows color (decimal): -3713925 or 8082631. OLE color: 8082631.

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

Color convert

RGB19984123-
CMYK00.580.380.22
HSL339.65º50.66%55.49%-
HSV(B)339.65º57.79%78.04%-
XYZ30.319.9120.99-
YUV122.83128.1182.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 123 (48.44% from 255) = 30.30%
R=49.01%
G=20.69%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998412300.580.380.22339.6550.6655.49
HexC7547B03A26161543337
Octal30712417307246265246367
Binary1100011110101001111011011101010011010110101010100110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7547B; }

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

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

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

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

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

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

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

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