#C5536E

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

Shades of Cabaret #C5536E

Tints of Cabaret #C5536E

Color information

#C5536E (or 0xC5536E) is unknown color: approx Cabaret. HEX triplet: C5, 53 and 6E. RGB value is (197,83,110). Sum of RGB (Red+Green+Blue) = 197+83+110=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C5536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5536E is #3AAC91. Grayscale: #787878. Windows color (decimal): -3845266 or 7230405. OLE color: 7230405.

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

Color convert

RGB19783110-
CMYK00.580.440.23
HSL345.79º49.57%54.9%-
HSV(B)345.79º57.87%77.25%-
XYZ28.9319.1816.93-
YUV120.16122.27182.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 110 (43.36% from 255) = 28.21%
R=50.51%
G=21.28%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978311000.580.440.23345.7949.5754.9
HexC5536E03A2C1715a3237
Octal30512315607254275326267
Binary1100010110100111101110011101010110010111101011010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5536E; }

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

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

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

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

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

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

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

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