#D64C68

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

Shades of Cabaret #D64C68

Tints of Cabaret #D64C68

Color information

#D64C68 (or 0xD64C68) is unknown color: approx Cabaret. HEX triplet: D6, 4C and 68. RGB value is (214,76,104). Sum of RGB (Red+Green+Blue) = 214+76+104=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C68 is #29B397. Grayscale: #787878. Windows color (decimal): -2732952 or 6835414. OLE color: 6835414.

HSL color Cylindrical-coordinate representation of color #D64C68: hue angle of 347.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C68 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB21476104-
CMYK00.640.510.16
HSL347.83º62.73%56.86%-
HSV(B)347.83º64.49%83.92%-
XYZ32.8120.4615.32-
YUV120.45118.72194.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.31%
GREEN value IS 76 (30.08% from 255) = 19.29%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=54.31%
G=19.29%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2147610400.640.510.16347.8362.7356.86
HexD64C68040331015c3f39
Octal326114150010063205347771
Binary11010110100110011010000100000011001110000101011100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C68; }

 p { color: rgb(214,76,104); }

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

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

 a { background-color: rgb(214,76,104); }

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

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

 span { border-color: rgb(214,76,104); }

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