#D098A9

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

Shades of Kobi #D098A9

Tints of Kobi #D098A9

Color information

#D098A9 (or 0xD098A9) is unknown color: approx Kobi. HEX triplet: D0, 98 and A9. RGB value is (208,152,169). Sum of RGB (Red+Green+Blue) = 208+152+169=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D098A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D098A9 is #2F6756. Grayscale: #AAAAAA. Windows color (decimal): -3106647 or 11114704. OLE color: 11114704.

HSL color Cylindrical-coordinate representation of color #D098A9: hue angle of 341.79º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D098A9 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB208152169-
CMYK00.270.190.18
HSL341.79º37.33%70.59%-
HSV(B)341.79º26.92%81.57%-
XYZ44.438.7342.67-
YUV170.68127.05154.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=39.32%
G=28.73%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815216900.270.190.18341.7937.3370.59
HexD098A901B13121562547
Octal320230251033232252645107
Binary11010000100110001010100101101110011100101010101101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098A9; }

 p { color: rgb(208,152,169); }

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

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

 a { background-color: rgb(208,152,169); }

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

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

 span { border-color: rgb(208,152,169); }

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