#C14D6E

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

Shades of Cabaret #C14D6E

Tints of Cabaret #C14D6E

Color information

#C14D6E (or 0xC14D6E) is unknown color: approx Cabaret. HEX triplet: C1, 4D and 6E. RGB value is (193,77,110). Sum of RGB (Red+Green+Blue) = 193+77+110=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D6E is #3EB291. Grayscale: #737373. Windows color (decimal): -4108946 or 7228865. OLE color: 7228865.

HSL color Cylindrical-coordinate representation of color #C14D6E: hue angle of 342.93º degrees, saturation: 0.48, 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 #C14D6E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19377110-
CMYK00.600.430.24
HSL342.93º48.33%52.94%-
HSV(B)342.93º60.1%75.69%-
XYZ27.4617.7716.73-
YUV115.45124.93183.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.79%
GREEN value IS 77 (30.47% from 255) = 20.26%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=50.79%
G=20.26%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937711000.600.430.24342.9348.3352.94
HexC14D6E03C2B181573035
Octal30111515607453305276065
Binary1100000110011011101110011110010101111000101010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D6E; }

 p { color: rgb(193,77,110); }

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

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

 a { background-color: rgb(193,77,110); }

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

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

 span { border-color: rgb(193,77,110); }

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