#C54061

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

Shades of Cabaret #C54061

Tints of Cabaret #C54061

Color information

#C54061 (or 0xC54061) is unknown color: approx Cabaret. HEX triplet: C5, 40 and 61. RGB value is (197,64,97). Sum of RGB (Red+Green+Blue) = 197+64+97=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C54061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54061 is #3ABF9E. Grayscale: #6B6B6B. Windows color (decimal): -3850143 or 6373573. OLE color: 6373573.

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

Color convert

RGB1976497-
CMYK00.680.510.23
HSL345.11º53.41%51.18%-
HSV(B)345.11º67.51%77.25%-
XYZ27.0216.413.05-
YUV107.53122.06191.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.03%
GREEN value IS 64 (25.39% from 255) = 17.88%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=55.03%
G=17.88%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197649700.680.510.23345.1153.4151.18
HexC5406104433171593533
Octal305100141010463275316563
Binary11000101100000011000010100010011001110111101011001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54061; }

 p { color: rgb(197,64,97); }

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

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

 a { background-color: rgb(197,64,97); }

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

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

 span { border-color: rgb(197,64,97); }

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