#C7486F

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

Shades of Cabaret #C7486F

Tints of Cabaret #C7486F

Color information

#C7486F (or 0xC7486F) is unknown color: approx Cabaret. HEX triplet: C7, 48 and 6F. RGB value is (199,72,111). Sum of RGB (Red+Green+Blue) = 199+72+111=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486F is #38B790. Grayscale: #727272. Windows color (decimal): -3717009 or 7293127. OLE color: 7293127.

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

Color convert

RGB19972111-
CMYK00.640.440.22
HSL341.57º53.14%53.14%-
HSV(B)341.57º63.82%78.04%-
XYZ28.7417.9216.98-
YUV114.42126.08188.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.09%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=52.09%
G=18.85%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997211100.640.440.22341.5753.1453.14
HexC7486F0402C161563535
Octal307110157010054265266565
Binary11000111100100011011110100000010110010110101010110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7486F; }

 p { color: rgb(199,72,111); }

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

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

 a { background-color: rgb(199,72,111); }

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

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

 span { border-color: rgb(199,72,111); }

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