#C5656C

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

Shades of Cabaret #C5656C

Tints of Cabaret #C5656C

Color information

#C5656C (or 0xC5656C) is unknown color: approx Cabaret. HEX triplet: C5, 65 and 6C. RGB value is (197,101,108). Sum of RGB (Red+Green+Blue) = 197+101+108=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5656C is #3A9A93. Grayscale: #828282. Windows color (decimal): -3840660 or 7103941. OLE color: 7103941.

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

Color convert

RGB197101108-
CMYK00.490.450.23
HSL355.62º45.28%58.43%-
HSV(B)355.62º48.73%77.25%-
XYZ30.3922.2616.88-
YUV130.5115.3175.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=48.52%
G=24.88%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710110800.490.450.23355.6245.2858.43
HexC5656C0312D171642d3a
Octal30514515406155275445572
Binary1100010111001011101100011000110110110111101100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5656C; }

 p { color: rgb(197,101,108); }

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

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

 a { background-color: rgb(197,101,108); }

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

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

 span { border-color: rgb(197,101,108); }

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