#D194AE

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

Shades of Kobi #D194AE

Tints of Kobi #D194AE

Color information

#D194AE (or 0xD194AE) is unknown color: approx Kobi. HEX triplet: D1, 94 and AE. RGB value is (209,148,174). Sum of RGB (Red+Green+Blue) = 209+148+174=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D194AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D194AE is #2E6B51. Grayscale: #A9A9A9. Windows color (decimal): -3042130 or 11441361. OLE color: 11441361.

HSL color Cylindrical-coordinate representation of color #D194AE: hue angle of 334.43º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D194AE is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209148174-
CMYK00.290.170.18
HSL334.43º39.87%70%-
HSV(B)334.43º29.19%81.96%-
XYZ44.5237.7944.99-
YUV169.2130.71156.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=39.36%
G=27.87%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914817400.290.170.18334.4339.8770
HexD194AE01D111214e2846
Octal321224256035212251650106
Binary11010001100101001010111001110110001100101010011101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194AE; }

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

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

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

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

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

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

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

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