#C54469

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

Shades of Cabaret #C54469

Tints of Cabaret #C54469

Color information

#C54469 (or 0xC54469) is unknown color: approx Cabaret. HEX triplet: C5, 44 and 69. RGB value is (197,68,105). Sum of RGB (Red+Green+Blue) = 197+68+105=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C54469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54469 is #3ABB96. Grayscale: #6E6E6E. Windows color (decimal): -3849111 or 6898885. OLE color: 6898885.

HSL color Cylindrical-coordinate representation of color #C54469: hue angle of 342.79º 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 #C54469 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19768105-
CMYK00.650.470.23
HSL342.79º52.65%51.96%-
HSV(B)342.79º65.48%77.25%-
XYZ27.6417.0215.19-
YUV110.79124.74189.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.24%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=53.24%
G=18.38%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976810500.650.470.23342.7952.6551.96
HexC544690412F171573534
Octal305104151010157275276564
Binary11000101100010011010010100000110111110111101010111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54469; }

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

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

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

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

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

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

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

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