#D794AB

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

Shades of Kobi #D794AB

Tints of Kobi #D794AB

Color information

#D794AB (or 0xD794AB) is unknown color: approx Kobi. HEX triplet: D7, 94 and AB. RGB value is (215,148,171). Sum of RGB (Red+Green+Blue) = 215+148+171=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D794AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794AB is #286B54. Grayscale: #AAAAAA. Windows color (decimal): -2648917 or 11244759. OLE color: 11244759.

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

Color convert

RGB215148171-
CMYK00.310.200.16
HSL339.4º45.58%71.18%-
HSV(B)339.4º31.16%84.31%-
XYZ45.9638.5743.55-
YUV170.66128.2159.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=40.26%
G=27.72%
B=32.02%

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
Decimal21514817100.310.200.16339.445.5871.18
HexD794AB01F14101532e47
Octal327224253037242052356107
Binary11010111100101001010101101111110100100001010100111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794AB; }

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

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

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

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

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

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

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

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