#C7456A

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

Shades of Cabaret #C7456A

Tints of Cabaret #C7456A

Color information

#C7456A (or 0xC7456A) is unknown color: approx Cabaret. HEX triplet: C7, 45 and 6A. RGB value is (199,69,106). Sum of RGB (Red+Green+Blue) = 199+69+106=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7456A is #38BA95. Grayscale: #707070. Windows color (decimal): -3717782 or 6964679. OLE color: 6964679.

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

Color convert

RGB19969106-
CMYK00.650.470.22
HSL342.92º53.72%52.55%-
HSV(B)342.92º65.33%78.04%-
XYZ28.2817.4415.51-
YUV112.09124.57189.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=53.21%
G=18.45%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996910600.650.470.22342.9253.7252.55
HexC7456A0412F161573635
Octal307105152010157265276665
Binary11000111100010111010100100000110111110110101010111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7456A; }

 p { color: rgb(199,69,106); }

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

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

 a { background-color: rgb(199,69,106); }

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

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

 span { border-color: rgb(199,69,106); }

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