#C5616F

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

Shades of Cabaret #C5616F

Tints of Cabaret #C5616F

Color information

#C5616F (or 0xC5616F) is unknown color: approx Cabaret. HEX triplet: C5, 61 and 6F. RGB value is (197,97,111). Sum of RGB (Red+Green+Blue) = 197+97+111=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5616F is #3A9E90. Grayscale: #808080. Windows color (decimal): -3841681 or 7299525. OLE color: 7299525.

HSL color Cylindrical-coordinate representation of color #C5616F: hue angle of 351.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5616F is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19797111-
CMYK00.510.440.23
HSL351.6º46.3%57.65%-
HSV(B)351.6º50.76%77.25%-
XYZ30.1721.5717.61-
YUV128.5118.13176.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=48.64%
G=23.95%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979711100.510.440.23351.646.357.65
HexC5616F0332C171602e3a
Octal30514115706354275405672
Binary1100010111000011101111011001110110010111101100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5616F; }

 p { color: rgb(197,97,111); }

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

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

 a { background-color: rgb(197,97,111); }

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

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

 span { border-color: rgb(197,97,111); }

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