#C44F68

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

Shades of Cabaret #C44F68

Tints of Cabaret #C44F68

Color information

#C44F68 (or 0xC44F68) is unknown color: approx Cabaret. HEX triplet: C4, 4F and 68. RGB value is (196,79,104). Sum of RGB (Red+Green+Blue) = 196+79+104=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F68 is #3BB097. Grayscale: #747474. Windows color (decimal): -3911832 or 6836164. OLE color: 6836164.

HSL color Cylindrical-coordinate representation of color #C44F68: hue angle of 347.18º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F68 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB19679104-
CMYK00.600.470.23
HSL347.18º49.79%53.92%-
HSV(B)347.18º59.69%76.86%-
XYZ28.0618.3315.16-
YUV116.83120.76184.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.72%
GREEN value IS 79 (31.25% from 255) = 20.84%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=51.72%
G=20.84%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967910400.600.470.23347.1849.7953.92
HexC44F6803C2F1715b3236
Octal30411715007457275336266
Binary1100010010011111101000011110010111110111101011011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44F68; }

 p { color: rgb(196,79,104); }

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

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

 a { background-color: rgb(196,79,104); }

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

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

 span { border-color: rgb(196,79,104); }

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