#D09FAF

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

Shades of Kobi #D09FAF

Tints of Kobi #D09FAF

Color information

#D09FAF (or 0xD09FAF) is unknown color: approx Kobi. HEX triplet: D0, 9F and AF. RGB value is (208,159,175). Sum of RGB (Red+Green+Blue) = 208+159+175=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FAF is #2F6050. Grayscale: #AFAFAF. Windows color (decimal): -3104849 or 11509712. OLE color: 11509712.

HSL color Cylindrical-coordinate representation of color #D09FAF: hue angle of 340.41º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FAF is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB208159175-
CMYK00.240.160.18
HSL340.41º34.27%71.96%-
HSV(B)340.41º23.56%81.57%-
XYZ46.1541.346.1-
YUV175.48127.73151.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=38.38%
G=29.34%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815917500.240.160.18340.4134.2771.96
HexD09FAF01810121542248
Octal320237257030202252442110
Binary11010000100111111010111101100010000100101010101001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09FAF; }

 p { color: rgb(208,159,175); }

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

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

 a { background-color: rgb(208,159,175); }

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

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

 span { border-color: rgb(208,159,175); }

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