#C24A6A

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

Shades of Cabaret #C24A6A

Tints of Cabaret #C24A6A

Color information

#C24A6A (or 0xC24A6A) is unknown color: approx Cabaret. HEX triplet: C2, 4A and 6A. RGB value is (194,74,106). Sum of RGB (Red+Green+Blue) = 194+74+106=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A6A is #3DB595. Grayscale: #717171. Windows color (decimal): -4044182 or 6965954. OLE color: 6965954.

HSL color Cylindrical-coordinate representation of color #C24A6A: hue angle of 344º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A6A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19474106-
CMYK00.620.450.24
HSL344º49.59%52.55%-
HSV(B)344º61.86%76.08%-
XYZ27.317.4115.56-
YUV113.53123.76185.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.87%
GREEN value IS 74 (29.30% from 255) = 19.79%
BLUE value IS 106 (41.80% from 255) = 28.34%
R=51.87%
G=19.79%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947410600.620.450.2434449.5952.55
HexC24A6A03E2D181583235
Octal30211215207655305306265
Binary1100001010010101101010011111010110111000101011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A6A; }

 p { color: rgb(194,74,106); }

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

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

 a { background-color: rgb(194,74,106); }

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

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

 span { border-color: rgb(194,74,106); }

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