#C64E68

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

Shades of Cabaret #C64E68

Tints of Cabaret #C64E68

Color information

#C64E68 (or 0xC64E68) is unknown color: approx Cabaret. HEX triplet: C6, 4E and 68. RGB value is (198,78,104). Sum of RGB (Red+Green+Blue) = 198+78+104=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E68 is #39B197. Grayscale: #747474. Windows color (decimal): -3781016 or 6835910. OLE color: 6835910.

HSL color Cylindrical-coordinate representation of color #C64E68: hue angle of 347º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E68 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19878104-
CMYK00.610.470.22
HSL347º51.28%54.12%-
HSV(B)347º60.61%77.65%-
XYZ28.5118.4515.16-
YUV116.84120.76185.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=52.11%
G=20.53%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987810400.610.470.2234751.2854.12
HexC64E6803D2F1615b3336
Octal30611615007557265336366
Binary1100011010011101101000011110110111110110101011011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E68; }

 p { color: rgb(198,78,104); }

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

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

 a { background-color: rgb(198,78,104); }

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

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

 span { border-color: rgb(198,78,104); }

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