#C7456B

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

Shades of Cabaret #C7456B

Tints of Cabaret #C7456B

Color information

#C7456B (or 0xC7456B) is unknown color: approx Cabaret. HEX triplet: C7, 45 and 6B. RGB value is (199,69,107). Sum of RGB (Red+Green+Blue) = 199+69+107=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7456B is #38BA94. Grayscale: #707070. Windows color (decimal): -3717781 or 7030215. OLE color: 7030215.

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

Color convert

RGB19969107-
CMYK00.650.460.22
HSL342.46º53.72%52.55%-
HSV(B)342.46º65.33%78.04%-
XYZ28.3417.4615.79-
YUV112.2125.07189.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=53.07%
G=18.4%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996910700.650.460.22342.4653.7252.55
HexC7456B0412E161563635
Octal307105153010156265266665
Binary11000111100010111010110100000110111010110101010110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7456B; }

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

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

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

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

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

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

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

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