#D694A6

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

Shades of Kobi #D694A6

Tints of Kobi #D694A6

Color information

#D694A6 (or 0xD694A6) is unknown color: approx Kobi. HEX triplet: D6, 94 and A6. RGB value is (214,148,166). Sum of RGB (Red+Green+Blue) = 214+148+166=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D694A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D694A6 is #296B59. Grayscale: #A9A9A9. Windows color (decimal): -2714458 or 10917078. OLE color: 10917078.

HSL color Cylindrical-coordinate representation of color #D694A6: hue angle of 343.64º 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 #D694A6 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB214148166-
CMYK00.310.220.16
HSL343.64º44.59%70.98%-
HSV(B)343.64º30.84%83.92%-
XYZ45.238.2341.07-
YUV169.79125.87159.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=40.53%
G=28.03%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414816600.310.220.16343.6444.5970.98
HexD694A601F16101582d47
Octal326224246037262053055107
Binary11010110100101001010011001111110110100001010110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694A6; }

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

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

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

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

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

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

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

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