#D694A1

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

Shades of Can Can #D694A1

Tints of Can Can #D694A1

Color information

#D694A1 (or 0xD694A1) is unknown color: approx Can Can. HEX triplet: D6, 94 and A1. RGB value is (214,148,161). Sum of RGB (Red+Green+Blue) = 214+148+161=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D694A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D694A1 is #296B5E. Grayscale: #A9A9A9. Windows color (decimal): -2714463 or 10589398. OLE color: 10589398.

HSL color Cylindrical-coordinate representation of color #D694A1: hue angle of 348.18º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694A1 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB214148161-
CMYK00.310.250.16
HSL348.18º44.59%70.98%-
HSV(B)348.18º30.84%83.92%-
XYZ44.7538.0538.7-
YUV169.22123.37159.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=40.92%
G=28.30%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414816100.310.250.16348.1844.5970.98
HexD694A101F191015c2d47
Octal326224241037312053455107
Binary11010110100101001010000101111111001100001010111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694A1; }

 p { color: rgb(214,148,161); }

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

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

 a { background-color: rgb(214,148,161); }

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

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

 span { border-color: rgb(214,148,161); }

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