#D190AB

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

Shades of Kobi #D190AB

Tints of Kobi #D190AB

Color information

#D190AB (or 0xD190AB) is unknown color: approx Kobi. HEX triplet: D1, 90 and AB. RGB value is (209,144,171). Sum of RGB (Red+Green+Blue) = 209+144+171=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D190AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D190AB is #2E6F54. Grayscale: #A6A6A6. Windows color (decimal): -3043157 or 11243729. OLE color: 11243729.

HSL color Cylindrical-coordinate representation of color #D190AB: hue angle of 335.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190AB is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB209144171-
CMYK00.310.180.18
HSL335.08º41.4%69.22%-
HSV(B)335.08º31.1%81.96%-
XYZ43.6236.4443.26-
YUV166.51130.53158.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=39.89%
G=27.48%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914417100.310.180.18335.0841.469.22
HexD190AB01F121214f2945
Octal321220253037222251751105
Binary11010001100100001010101101111110010100101010011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190AB; }

 p { color: rgb(209,144,171); }

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

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

 a { background-color: rgb(209,144,171); }

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

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

 span { border-color: rgb(209,144,171); }

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