#D795AB

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

Shades of Kobi #D795AB

Tints of Kobi #D795AB

Color information

#D795AB (or 0xD795AB) is unknown color: approx Kobi. HEX triplet: D7, 95 and AB. RGB value is (215,149,171). Sum of RGB (Red+Green+Blue) = 215+149+171=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D795AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D795AB is #286A54. Grayscale: #ABABAB. Windows color (decimal): -2648661 or 11245015. OLE color: 11245015.

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

Color convert

RGB215149171-
CMYK00.310.200.16
HSL340º45.21%71.37%-
HSV(B)340º30.7%84.31%-
XYZ46.1238.8843.6-
YUV171.24127.87159.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=40.19%
G=27.85%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514917100.310.200.1634045.2171.37
HexD795AB01F14101542d47
Octal327225253037242052455107
Binary11010111100101011010101101111110100100001010101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D795AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D795AB; }

 p { color: rgb(215,149,171); }

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

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

 a { background-color: rgb(215,149,171); }

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

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

 span { border-color: rgb(215,149,171); }

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