#D199AE

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

Shades of Kobi #D199AE

Tints of Kobi #D199AE

Color information

#D199AE (or 0xD199AE) is unknown color: approx Kobi. HEX triplet: D1, 99 and AE. RGB value is (209,153,174). Sum of RGB (Red+Green+Blue) = 209+153+174=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D199AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D199AE is #2E6651. Grayscale: #ACACAC. Windows color (decimal): -3040850 or 11442641. OLE color: 11442641.

HSL color Cylindrical-coordinate representation of color #D199AE: hue angle of 337.5º degrees, saturation: 0.38, 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 #D199AE is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209153174-
CMYK00.270.170.18
HSL337.5º37.84%70.98%-
HSV(B)337.5º26.79%81.96%-
XYZ45.3339.3945.26-
YUV172.14129.05154.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.99%
GREEN value IS 153 (60.16% from 255) = 28.54%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=38.99%
G=28.54%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915317400.270.170.18337.537.8470.98
HexD199AE01B11121522647
Octal321231256033212252246107
Binary11010001100110011010111001101110001100101010100101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D199AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D199AE; }

 p { color: rgb(209,153,174); }

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

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

 a { background-color: rgb(209,153,174); }

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

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

 span { border-color: rgb(209,153,174); }

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