#D14C6A

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

Shades of Cabaret #D14C6A

Tints of Cabaret #D14C6A

Color information

#D14C6A (or 0xD14C6A) is unknown color: approx Cabaret. HEX triplet: D1, 4C and 6A. RGB value is (209,76,106). Sum of RGB (Red+Green+Blue) = 209+76+106=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C6A is #2EB395. Grayscale: #777777. Windows color (decimal): -3060630 or 6966481. OLE color: 6966481.

HSL color Cylindrical-coordinate representation of color #D14C6A: hue angle of 346.47º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14C6A is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB20976106-
CMYK00.640.490.18
HSL346.47º59.11%55.88%-
HSV(B)346.47º63.64%81.96%-
XYZ31.4819.7615.79-
YUV119.19120.56192.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 106 (41.80% from 255) = 27.11%
R=53.45%
G=19.44%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097610600.640.490.18346.4759.1155.88
HexD14C6A040311215a3b38
Octal321114152010061225327370
Binary11010001100110011010100100000011000110010101011010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14C6A; }

 p { color: rgb(209,76,106); }

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

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

 a { background-color: rgb(209,76,106); }

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

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

 span { border-color: rgb(209,76,106); }

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