#C64E77

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

Shades of Cabaret #C64E77

Tints of Cabaret #C64E77

Color information

#C64E77 (or 0xC64E77) is unknown color: approx Cabaret. HEX triplet: C6, 4E and 77. RGB value is (198,78,119). Sum of RGB (Red+Green+Blue) = 198+78+119=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E77 is #39B188. Grayscale: #767676. Windows color (decimal): -3781001 or 7818950. OLE color: 7818950.

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

Color convert

RGB19878119-
CMYK00.610.400.22
HSL339.5º51.28%54.12%-
HSV(B)339.5º60.61%77.65%-
XYZ29.3418.7919.53-
YUV118.55128.26184.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=50.13%
G=19.75%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987811900.610.400.22339.551.2854.12
HexC64E7703D28161543336
Octal30611616707550265246366
Binary1100011010011101110111011110110100010110101010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E77; }

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

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

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

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

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

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

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

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