#C64E6A

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

Shades of Cabaret #C64E6A

Tints of Cabaret #C64E6A

Color information

#C64E6A (or 0xC64E6A) is unknown color: approx Cabaret. HEX triplet: C6, 4E and 6A. RGB value is (198,78,106). Sum of RGB (Red+Green+Blue) = 198+78+106=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E6A is #39B195. Grayscale: #757575. Windows color (decimal): -3781014 or 6966982. OLE color: 6966982.

HSL color Cylindrical-coordinate representation of color #C64E6A: hue angle of 346º 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 #C64E6A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19878106-
CMYK00.610.460.22
HSL346º51.28%54.12%-
HSV(B)346º60.61%77.65%-
XYZ28.6118.515.7-
YUV117.07121.76185.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.83%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=51.83%
G=20.42%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987810600.610.460.2234651.2854.12
HexC64E6A03D2E1615a3336
Octal30611615207556265326366
Binary1100011010011101101010011110110111010110101011010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E6A; }

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

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

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

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

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

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

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

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