#C5606E

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

Shades of Cabaret #C5606E

Tints of Cabaret #C5606E

Color information

#C5606E (or 0xC5606E) is unknown color: approx Cabaret. HEX triplet: C5, 60 and 6E. RGB value is (197,96,110). Sum of RGB (Red+Green+Blue) = 197+96+110=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5606E is #3A9F91. Grayscale: #7F7F7F. Windows color (decimal): -3841938 or 7233733. OLE color: 7233733.

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

Color convert

RGB19796110-
CMYK00.510.440.23
HSL351.68º46.54%57.45%-
HSV(B)351.68º51.27%77.25%-
XYZ30.0221.3617.29-
YUV127.8117.96177.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=48.88%
G=23.82%
B=27.30%

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
Decimal1979611000.510.440.23351.6846.5457.45
HexC5606E0332C171602f39
Octal30514015606354275405771
Binary1100010111000001101110011001110110010111101100000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5606E; }

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

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

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

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

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

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

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

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