#C5617A

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

Shades of Cabaret #C5617A

Tints of Cabaret #C5617A

Color information

#C5617A (or 0xC5617A) is unknown color: approx Cabaret. HEX triplet: C5, 61 and 7A. RGB value is (197,97,122). Sum of RGB (Red+Green+Blue) = 197+97+122=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5617A is #3A9E85. Grayscale: #818181. Windows color (decimal): -3841670 or 8020421. OLE color: 8020421.

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

Color convert

RGB19797122-
CMYK00.510.380.23
HSL345º46.3%57.65%-
HSV(B)345º50.76%77.25%-
XYZ30.8121.8221-
YUV129.75123.63175.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 122 (48.05% from 255) = 29.33%
R=47.36%
G=23.32%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979712200.510.380.2334546.357.65
HexC5617A03326171592e3a
Octal30514117206346275315672
Binary1100010111000011111010011001110011010111101011001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5617A; }

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

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

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

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

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

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

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

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