#c54269

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

Shades of Cabaret #C54269

Tints of Cabaret #C54269

Color information

#C54269 (or 0xC54269) is unknown color: approx Cabaret. HEX triplet: C5, 42 and 69. RGB value is (197,66,105). Sum of RGB (Red+Green+Blue) = 197+66+105=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C54269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54269 is #3ABD96. Grayscale: #6D6D6D. Windows color (decimal): -3849623 or 6898373. OLE color: 6898373.

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

Color convert

RGB19766105-
CMYK00.660.470.23
HSL342.14º53.04%51.57%-
HSV(B)342.14º66.5%77.25%-
XYZ27.5216.7915.15-
YUV109.62125.4190.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=53.53%
G=17.93%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976610500.660.470.23342.1453.0451.57
HexC542690422F171563534
Octal305102151010257275266564
Binary11000101100001011010010100001010111110111101010110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c54269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c54269; }

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

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

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

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

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

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

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

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