#D394A6

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

Shades of Kobi #D394A6

Tints of Kobi #D394A6

Color information

#D394A6 (or 0xD394A6) is unknown color: approx Kobi. HEX triplet: D3, 94 and A6. RGB value is (211,148,166). Sum of RGB (Red+Green+Blue) = 211+148+166=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D394A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D394A6 is #2C6B59. Grayscale: #A8A8A8. Windows color (decimal): -2911066 or 10917075. OLE color: 10917075.

HSL color Cylindrical-coordinate representation of color #D394A6: hue angle of 342.86º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D394A6 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB211148166-
CMYK00.300.210.17
HSL342.86º41.72%70.39%-
HSV(B)342.86º29.86%82.75%-
XYZ44.3437.7841.03-
YUV168.89126.37158.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 166 (65.23% from 255) = 31.62%
R=40.19%
G=28.19%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114816600.300.210.17342.8641.7270.39
HexD394A601E15111572a46
Octal323224246036252152752106
Binary11010011100101001010011001111010101100011010101111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394A6; }

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

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

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

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

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

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

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

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