#C54168

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

Shades of Cabaret #C54168

Tints of Cabaret #C54168

Color information

#C54168 (or 0xC54168) is unknown color: approx Cabaret. HEX triplet: C5, 41 and 68. RGB value is (197,65,104). Sum of RGB (Red+Green+Blue) = 197+65+104=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C54168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54168 is #3ABE97. Grayscale: #6C6C6C. Windows color (decimal): -3849880 or 6832581. OLE color: 6832581.

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

Color convert

RGB19765104-
CMYK00.670.470.23
HSL342.27º53.23%51.37%-
HSV(B)342.27º67.01%77.25%-
XYZ27.4116.6514.87-
YUV108.91125.23190.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 104 (41.02% from 255) = 28.42%
R=53.83%
G=17.76%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976510400.670.470.23342.2753.2351.37
HexC541680432F171563533
Octal305101150010357275266563
Binary11000101100000111010000100001110111110111101010110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54168; }

 p { color: rgb(197,65,104); }

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

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

 a { background-color: rgb(197,65,104); }

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

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

 span { border-color: rgb(197,65,104); }

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