#C7526C

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

Shades of Cabaret #C7526C

Tints of Cabaret #C7526C

Color information

#C7526C (or 0xC7526C) is unknown color: approx Cabaret. HEX triplet: C7, 52 and 6C. RGB value is (199,82,108). Sum of RGB (Red+Green+Blue) = 199+82+108=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7526C is #38AD93. Grayscale: #777777. Windows color (decimal): -3714452 or 7099079. OLE color: 7099079.

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

Color convert

RGB19982108-
CMYK00.590.460.22
HSL346.67º51.09%55.1%-
HSV(B)346.67º58.79%78.04%-
XYZ29.2819.2616.36-
YUV119.95121.26184.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.16%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 108 (42.58% from 255) = 27.76%
R=51.16%
G=21.08%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998210800.590.460.22346.6751.0955.1
HexC7526C03B2E1615b3337
Octal30712215407356265336367
Binary1100011110100101101100011101110111010110101011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7526C; }

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

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

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

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

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

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

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

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