#C64C6E

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

Shades of Cabaret #C64C6E

Tints of Cabaret #C64C6E

Color information

#C64C6E (or 0xC64C6E) is unknown color: approx Cabaret. HEX triplet: C6, 4C and 6E. RGB value is (198,76,110). Sum of RGB (Red+Green+Blue) = 198+76+110=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C6E is #39B391. Grayscale: #747474. Windows color (decimal): -3781522 or 7228614. OLE color: 7228614.

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

Color convert

RGB19876110-
CMYK00.620.440.22
HSL343.28º51.69%53.73%-
HSV(B)343.28º61.62%77.65%-
XYZ28.6918.316.77-
YUV116.35124.42186.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 76 (30.08% from 255) = 19.79%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=51.56%
G=19.79%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987611000.620.440.22343.2851.6953.73
HexC64C6E03E2C161573436
Octal30611415607654265276466
Binary1100011010011001101110011111010110010110101010111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C6E; }

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

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

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

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

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

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

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

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