#C7537C

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

Shades of Cabaret #C7537C

Tints of Cabaret #C7537C

Color information

#C7537C (or 0xC7537C) is unknown color: approx Cabaret. HEX triplet: C7, 53 and 7C. RGB value is (199,83,124). Sum of RGB (Red+Green+Blue) = 199+83+124=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7537C is #38AC83. Grayscale: #7A7A7A. Windows color (decimal): -3714180 or 8147911. OLE color: 8147911.

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

Color convert

RGB19983124-
CMYK00.580.380.22
HSL338.79º50.88%55.29%-
HSV(B)338.79º58.29%78.04%-
XYZ30.2819.7821.29-
YUV122.36128.93182.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.01%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=49.01%
G=20.44%
B=30.54%

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
Decimal1998312400.580.380.22338.7950.8855.29
HexC7537C03A26161533337
Octal30712317407246265236367
Binary1100011110100111111100011101010011010110101010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7537C; }

 p { color: rgb(199,83,124); }

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

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

 a { background-color: rgb(199,83,124); }

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

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

 span { border-color: rgb(199,83,124); }

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