#C7486E

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

Shades of Cabaret #C7486E

Tints of Cabaret #C7486E

Color information

#C7486E (or 0xC7486E) is unknown color: approx Cabaret. HEX triplet: C7, 48 and 6E. RGB value is (199,72,110). Sum of RGB (Red+Green+Blue) = 199+72+110=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486E is #38B791. Grayscale: #727272. Windows color (decimal): -3717010 or 7227591. OLE color: 7227591.

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

Color convert

RGB19972110-
CMYK00.640.450.22
HSL342.05º53.14%53.14%-
HSV(B)342.05º63.82%78.04%-
XYZ28.6917.916.7-
YUV114.3125.58188.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 72 (28.52% from 255) = 18.90%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=52.23%
G=18.90%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997211000.640.450.22342.0553.1453.14
HexC7486E0402D161563535
Octal307110156010055265266565
Binary11000111100100011011100100000010110110110101010110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7486E; }

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

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

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

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

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

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

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

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