#C7527B

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

Shades of Cabaret #C7527B

Tints of Cabaret #C7527B

Color information

#C7527B (or 0xC7527B) is unknown color: approx Cabaret. HEX triplet: C7, 52 and 7B. RGB value is (199,82,123). Sum of RGB (Red+Green+Blue) = 199+82+123=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7527B is #38AD84. Grayscale: #797979. Windows color (decimal): -3714437 or 8082119. OLE color: 8082119.

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

Color convert

RGB19982123-
CMYK00.590.380.22
HSL338.97º51.09%55.1%-
HSV(B)338.97º58.79%78.04%-
XYZ30.1519.6120.93-
YUV121.66128.76183.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 123 (48.44% from 255) = 30.45%
R=49.26%
G=20.30%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998212300.590.380.22338.9751.0955.1
HexC7527B03B26161533337
Octal30712217307346265236367
Binary1100011110100101111011011101110011010110101010011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7527B; }

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

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

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

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

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

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

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

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