#C64F77

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

Shades of Cabaret #C64F77

Tints of Cabaret #C64F77

Color information

#C64F77 (or 0xC64F77) is unknown color: approx Cabaret. HEX triplet: C6, 4F and 77. RGB value is (198,79,119). Sum of RGB (Red+Green+Blue) = 198+79+119=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F77 is #39B088. Grayscale: #777777. Windows color (decimal): -3780745 or 7819206. OLE color: 7819206.

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

Color convert

RGB19879119-
CMYK00.600.400.22
HSL339.83º51.07%54.31%-
HSV(B)339.83º60.1%77.65%-
XYZ29.4118.9319.56-
YUV119.14127.92184.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 19.95%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=50%
G=19.95%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987911900.600.400.22339.8351.0754.31
HexC64F7703C28161543336
Octal30611716707450265246366
Binary1100011010011111110111011110010100010110101010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F77; }

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

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

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

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

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

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

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

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