#C44568

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

Shades of Cabaret #C44568

Tints of Cabaret #C44568

Color information

#C44568 (or 0xC44568) is unknown color: approx Cabaret. HEX triplet: C4, 45 and 68. RGB value is (196,69,104). Sum of RGB (Red+Green+Blue) = 196+69+104=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C44568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44568 is #3BBA97. Grayscale: #6E6E6E. Windows color (decimal): -3914392 or 6833604. OLE color: 6833604.

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

Color convert

RGB19669104-
CMYK00.650.470.23
HSL343.46º51.84%51.96%-
HSV(B)343.46º64.8%76.86%-
XYZ27.3916.9914.93-
YUV110.96124.08188.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=53.12%
G=18.70%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966910400.650.470.23343.4651.8451.96
HexC445680412F171573434
Octal304105150010157275276464
Binary11000100100010111010000100000110111110111101010111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44568; }

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

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

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

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

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

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

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

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