#C54E6A

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

Shades of Cabaret #C54E6A

Tints of Cabaret #C54E6A

Color information

#C54E6A (or 0xC54E6A) is unknown color: approx Cabaret. HEX triplet: C5, 4E and 6A. RGB value is (197,78,106). Sum of RGB (Red+Green+Blue) = 197+78+106=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54E6A is #3AB195. Grayscale: #747474. Windows color (decimal): -3846550 or 6966981. OLE color: 6966981.

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

Color convert

RGB19778106-
CMYK00.600.460.23
HSL345.88º50.64%53.92%-
HSV(B)345.88º60.41%77.25%-
XYZ28.3518.3615.69-
YUV116.77121.92185.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.71%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=51.71%
G=20.47%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977810600.600.460.23345.8850.6453.92
HexC54E6A03C2E1715a3336
Octal30511615207456275326366
Binary1100010110011101101010011110010111010111101011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54E6A; }

 p { color: rgb(197,78,106); }

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

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

 a { background-color: rgb(197,78,106); }

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

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

 span { border-color: rgb(197,78,106); }

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