#C64C6F

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

Shades of Cabaret #C64C6F

Tints of Cabaret #C64C6F

Color information

#C64C6F (or 0xC64C6F) is unknown color: approx Cabaret. HEX triplet: C6, 4C and 6F. RGB value is (198,76,111). Sum of RGB (Red+Green+Blue) = 198+76+111=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C6F is #39B390. Grayscale: #747474. Windows color (decimal): -3781521 or 7294150. OLE color: 7294150.

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

Color convert

RGB19876111-
CMYK00.620.440.22
HSL342.79º51.69%53.73%-
HSV(B)342.79º61.62%77.65%-
XYZ28.7418.3217.06-
YUV116.47124.92186.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=51.43%
G=19.74%
B=28.83%

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
Decimal1987611100.620.440.22342.7951.6953.73
HexC64C6F03E2C161573436
Octal30611415707654265276466
Binary1100011010011001101111011111010110010110101010111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C6F; }

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

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

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

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

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

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

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

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