#C5616E

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

Shades of Cabaret #C5616E

Tints of Cabaret #C5616E

Color information

#C5616E (or 0xC5616E) is unknown color: approx Cabaret. HEX triplet: C5, 61 and 6E. RGB value is (197,97,110). Sum of RGB (Red+Green+Blue) = 197+97+110=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5616E is #3A9E91. Grayscale: #808080. Windows color (decimal): -3841682 or 7233989. OLE color: 7233989.

HSL color Cylindrical-coordinate representation of color #C5616E: hue angle of 352.2º 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 #C5616E is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB19797110-
CMYK00.510.440.23
HSL352.2º46.3%57.65%-
HSV(B)352.2º50.76%77.25%-
XYZ30.1221.5517.32-
YUV128.38117.63176.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.76%
GREEN value IS 97 (38.28% from 255) = 24.01%
BLUE value IS 110 (43.36% from 255) = 27.23%
R=48.76%
G=24.01%
B=27.23%

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
Decimal1979711000.510.440.23352.246.357.65
HexC5616E0332C171602e3a
Octal30514115606354275405672
Binary1100010111000011101110011001110110010111101100000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5616E; }

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

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

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

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

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

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

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

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