#C54969

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

Shades of Cabaret #C54969

Tints of Cabaret #C54969

Color information

#C54969 (or 0xC54969) is unknown color: approx Cabaret. HEX triplet: C5, 49 and 69. RGB value is (197,73,105). Sum of RGB (Red+Green+Blue) = 197+73+105=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C54969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54969 is #3AB696. Grayscale: #717171. Windows color (decimal): -3847831 or 6900165. OLE color: 6900165.

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

Color convert

RGB19773105-
CMYK00.630.470.23
HSL344.52º51.67%52.94%-
HSV(B)344.52º62.94%77.25%-
XYZ27.9617.6615.3-
YUV113.72123.08187.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 105 (41.41% from 255) = 28%
R=52.53%
G=19.47%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977310500.630.470.23344.5251.6752.94
HexC5496903F2F171593435
Octal30511115107757275316465
Binary1100010110010011101001011111110111110111101011001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54969; }

 p { color: rgb(197,73,105); }

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

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

 a { background-color: rgb(197,73,105); }

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

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

 span { border-color: rgb(197,73,105); }

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