#DB95A5

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

Shades of Kobi #DB95A5

Tints of Kobi #DB95A5

Color information

#DB95A5 (or 0xDB95A5) is unknown color: approx Kobi. HEX triplet: DB, 95 and A5. RGB value is (219,149,165). Sum of RGB (Red+Green+Blue) = 219+149+165=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB95A5 is #246A5A. Grayscale: #ABABAB. Windows color (decimal): -2386523 or 10851803. OLE color: 10851803.

HSL color Cylindrical-coordinate representation of color #DB95A5: hue angle of 346.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB95A5 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB219149165-
CMYK00.320.250.14
HSL346.29º49.3%72.16%-
HSV(B)346.29º31.96%85.88%-
XYZ46.7539.2740.71-
YUV171.75124.19161.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=41.09%
G=27.95%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914916500.320.250.14346.2949.372.16
HexDB95A502019E15a3148
Octal333225245040311653261110
Binary11011011100101011010010101000001100111101010110101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB95A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB95A5; }

 p { color: rgb(219,149,165); }

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

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

 a { background-color: rgb(219,149,165); }

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

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

 span { border-color: rgb(219,149,165); }

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