#C54665

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

Shades of Cabaret #C54665

Tints of Cabaret #C54665

Color information

#C54665 (or 0xC54665) is unknown color: approx Cabaret. HEX triplet: C5, 46 and 65. RGB value is (197,70,101). Sum of RGB (Red+Green+Blue) = 197+70+101=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C54665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54665 is #3AB99A. Grayscale: #6F6F6F. Windows color (decimal): -3848603 or 6637253. OLE color: 6637253.

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

Color convert

RGB19770101-
CMYK00.640.490.23
HSL345.35º52.26%52.35%-
HSV(B)345.35º64.47%77.25%-
XYZ27.5717.1914.18-
YUV111.51122.08188.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.53%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 101 (39.84% from 255) = 27.45%
R=53.53%
G=19.02%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977010100.640.490.23345.3552.2652.35
HexC5466504031171593434
Octal305106145010061275316464
Binary11000101100011011001010100000011000110111101011001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54665; }

 p { color: rgb(197,70,101); }

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

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

 a { background-color: rgb(197,70,101); }

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

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

 span { border-color: rgb(197,70,101); }

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