#D788A6

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

Shades of Kobi #D788A6

Tints of Kobi #D788A6

Color information

#D788A6 (or 0xD788A6) is unknown color: approx Kobi. HEX triplet: D7, 88 and A6. RGB value is (215,136,166). Sum of RGB (Red+Green+Blue) = 215+136+166=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D788A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D788A6 is #287759. Grayscale: #A3A3A3. Windows color (decimal): -2651994 or 10914007. OLE color: 10914007.

HSL color Cylindrical-coordinate representation of color #D788A6: hue angle of 337.22º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D788A6 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB215136166-
CMYK00.370.230.16
HSL337.22º49.69%68.82%-
HSV(B)337.22º36.74%84.31%-
XYZ43.7134.8140.49-
YUV163.04129.67165.06-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=41.59%
G=26.31%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513616600.370.230.16337.2249.6968.82
HexD788A602517101513245
Octal327210246045272052162105
Binary110101111000100010100110010010110111100001010100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D788A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D788A6; }

 p { color: rgb(215,136,166); }

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

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

 a { background-color: rgb(215,136,166); }

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

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

 span { border-color: rgb(215,136,166); }

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