#C7586F

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

Shades of Cabaret #C7586F

Tints of Cabaret #C7586F

Color information

#C7586F (or 0xC7586F) is unknown color: approx Cabaret. HEX triplet: C7, 58 and 6F. RGB value is (199,88,111). Sum of RGB (Red+Green+Blue) = 199+88+111=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C7586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7586F is #38A790. Grayscale: #7B7B7B. Windows color (decimal): -3712913 or 7297223. OLE color: 7297223.

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

Color convert

RGB19988111-
CMYK00.560.440.22
HSL347.57º49.78%56.27%-
HSV(B)347.57º55.78%78.04%-
XYZ29.9120.2717.37-
YUV123.81120.77181.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=50%
G=22.11%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998811100.560.440.22347.5749.7856.27
HexC7586F0382C1615c3238
Octal30713015707054265346270
Binary1100011110110001101111011100010110010110101011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7586F; }

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

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

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

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

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

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

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

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