#C54460

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

Shades of Cabaret #C54460

Tints of Cabaret #C54460

Color information

#C54460 (or 0xC54460) is unknown color: approx Cabaret. HEX triplet: C5, 44 and 60. RGB value is (197,68,96). Sum of RGB (Red+Green+Blue) = 197+68+96=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C54460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54460 is #3ABB9F. Grayscale: #6D6D6D. Windows color (decimal): -3849120 or 6309061. OLE color: 6309061.

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

Color convert

RGB1976896-
CMYK00.650.510.23
HSL346.98º52.65%51.96%-
HSV(B)346.98º65.48%77.25%-
XYZ27.216.8512.88-
YUV109.76120.24190.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=54.57%
G=18.84%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197689600.650.510.23346.9852.6551.96
HexC54460041331715b3534
Octal305104140010163275336564
Binary11000101100010011000000100000111001110111101011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54460; }

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

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

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

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

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

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

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

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