#C24E70

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

Shades of Cabaret #C24E70

Tints of Cabaret #C24E70

Color information

#C24E70 (or 0xC24E70) is unknown color: approx Cabaret. HEX triplet: C2, 4E and 70. RGB value is (194,78,112). Sum of RGB (Red+Green+Blue) = 194+78+112=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E70 is #3DB18F. Grayscale: #747474. Windows color (decimal): -4043152 or 7360194. OLE color: 7360194.

HSL color Cylindrical-coordinate representation of color #C24E70: hue angle of 342.41º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24E70 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19478112-
CMYK00.600.420.24
HSL342.41º48.74%53.33%-
HSV(B)342.41º59.79%76.08%-
XYZ27.918.0917.35-
YUV116.56125.43183.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.52%
GREEN value IS 78 (30.86% from 255) = 20.31%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=50.52%
G=20.31%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947811200.600.420.24342.4148.7453.33
HexC24E7003C2A181563135
Octal30211616007452305266165
Binary1100001010011101110000011110010101011000101010110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24E70; }

 p { color: rgb(194,78,112); }

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

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

 a { background-color: rgb(194,78,112); }

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

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

 span { border-color: rgb(194,78,112); }

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