#C64D6E

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

Shades of Cabaret #C64D6E

Tints of Cabaret #C64D6E

Color information

#C64D6E (or 0xC64D6E) is unknown color: approx Cabaret. HEX triplet: C6, 4D and 6E. RGB value is (198,77,110). Sum of RGB (Red+Green+Blue) = 198+77+110=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D6E is #39B291. Grayscale: #747474. Windows color (decimal): -3781266 or 7228870. OLE color: 7228870.

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

Color convert

RGB19877110-
CMYK00.610.440.22
HSL343.64º51.49%53.92%-
HSV(B)343.64º61.11%77.65%-
XYZ28.7618.4416.8-
YUV116.94124.09185.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 110 (43.36% from 255) = 28.57%
R=51.43%
G=20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987711000.610.440.22343.6451.4953.92
HexC64D6E03D2C161583336
Octal30611515607554265306366
Binary1100011010011011101110011110110110010110101011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64D6E; }

 p { color: rgb(198,77,110); }

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

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

 a { background-color: rgb(198,77,110); }

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

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

 span { border-color: rgb(198,77,110); }

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