#C7466F

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

Shades of Cabaret #C7466F

Tints of Cabaret #C7466F

Color information

#C7466F (or 0xC7466F) is unknown color: approx Cabaret. HEX triplet: C7, 46 and 6F. RGB value is (199,70,111). Sum of RGB (Red+Green+Blue) = 199+70+111=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7466F is #38B990. Grayscale: #717171. Windows color (decimal): -3717521 or 7292615. OLE color: 7292615.

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

Color convert

RGB19970111-
CMYK00.650.440.22
HSL340.93º53.53%52.75%-
HSV(B)340.93º64.82%78.04%-
XYZ28.6117.6716.94-
YUV113.24126.74189.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.37%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=52.37%
G=18.42%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997011100.650.440.22340.9353.5352.75
HexC7466F0412C161553635
Octal307106157010154265256665
Binary11000111100011011011110100000110110010110101010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7466F; }

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

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

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

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

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

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

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

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