#C7556B

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

Shades of Cabaret #C7556B

Tints of Cabaret #C7556B

Color information

#C7556B (or 0xC7556B) is unknown color: approx Cabaret. HEX triplet: C7, 55 and 6B. RGB value is (199,85,107). Sum of RGB (Red+Green+Blue) = 199+85+107=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C7556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7556B is #38AA94. Grayscale: #797979. Windows color (decimal): -3713685 or 7034311. OLE color: 7034311.

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

Color convert

RGB19985107-
CMYK00.570.460.22
HSL348.42º50.44%55.69%-
HSV(B)348.42º57.29%78.04%-
XYZ29.4619.716.16-
YUV121.59119.77183.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.90%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 107 (42.19% from 255) = 27.37%
R=50.90%
G=21.74%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998510700.570.460.22348.4250.4455.69
HexC7556B0392E1615c3238
Octal30712515307156265346270
Binary1100011110101011101011011100110111010110101011100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7556B; }

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

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

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

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

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

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

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

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