#c5606d

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

Shades of Cabaret #C5606D

Tints of Cabaret #C5606D

Color information

#C5606D (or 0xC5606D) is unknown color: approx Cabaret. HEX triplet: C5, 60 and 6D. RGB value is (197,96,109). Sum of RGB (Red+Green+Blue) = 197+96+109=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5606D is #3A9F92. Grayscale: #7F7F7F. Windows color (decimal): -3841939 or 7168197. OLE color: 7168197.

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

Color convert

RGB19796109-
CMYK00.510.450.23
HSL352.28º46.54%57.45%-
HSV(B)352.28º51.27%77.25%-
XYZ29.9721.3417.01-
YUV127.68117.46177.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.00%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=49.00%
G=23.88%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979610900.510.450.23352.2846.5457.45
HexC5606D0332D171602f39
Octal30514015506355275405771
Binary1100010111000001101101011001110110110111101100000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5606d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5606d; }

 p { color: rgb(197,96,109); }

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

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

 a { background-color: rgb(197,96,109); }

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

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

 span { border-color: rgb(197,96,109); }

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