#C7576B

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

Shades of Cabaret #C7576B

Tints of Cabaret #C7576B

Color information

#C7576B (or 0xC7576B) is unknown color: approx Cabaret. HEX triplet: C7, 57 and 6B. RGB value is (199,87,107). Sum of RGB (Red+Green+Blue) = 199+87+107=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7576B is #38A894. Grayscale: #7A7A7A. Windows color (decimal): -3713173 or 7034823. OLE color: 7034823.

HSL color Cylindrical-coordinate representation of color #C7576B: hue angle of 349.29º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7576B is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19987107-
CMYK00.560.460.22
HSL349.29º50%56.08%-
HSV(B)349.29º56.28%78.04%-
XYZ29.6220.0216.21-
YUV122.77119.11182.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 107 (42.19% from 255) = 27.23%
R=50.64%
G=22.14%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998710700.560.460.22349.295056.08
HexC7576B0382E1615d3238
Octal30712715307056265356270
Binary1100011110101111101011011100010111010110101011101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7576B; }

 p { color: rgb(199,87,107); }

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

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

 a { background-color: rgb(199,87,107); }

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

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

 span { border-color: rgb(199,87,107); }

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