#C64868

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

Shades of Cabaret #C64868

Tints of Cabaret #C64868

Color information

#C64868 (or 0xC64868) is unknown color: approx Cabaret. HEX triplet: C6, 48 and 68. RGB value is (198,72,104). Sum of RGB (Red+Green+Blue) = 198+72+104=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C64868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64868 is #39B797. Grayscale: #717171. Windows color (decimal): -3782552 or 6834374. OLE color: 6834374.

HSL color Cylindrical-coordinate representation of color #C64868: hue angle of 344.76º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64868 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19872104-
CMYK00.640.470.22
HSL344.76º52.5%52.94%-
HSV(B)344.76º63.64%77.65%-
XYZ28.117.6415.02-
YUV113.32122.74188.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.94%
GREEN value IS 72 (28.52% from 255) = 19.25%
BLUE value IS 104 (41.02% from 255) = 27.81%
R=52.94%
G=19.25%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987210400.640.470.22344.7652.552.94
HexC648680402F161593535
Octal306110150010057265316565
Binary11000110100100011010000100000010111110110101011001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64868; }

 p { color: rgb(198,72,104); }

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

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

 a { background-color: rgb(198,72,104); }

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

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

 span { border-color: rgb(198,72,104); }

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