#D492AE

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

Shades of Kobi #D492AE

Tints of Kobi #D492AE

Color information

#D492AE (or 0xD492AE) is unknown color: approx Kobi. HEX triplet: D4, 92 and AE. RGB value is (212,146,174). Sum of RGB (Red+Green+Blue) = 212+146+174=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D492AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492AE is #2B6D51. Grayscale: #A8A8A8. Windows color (decimal): -2846034 or 11440852. OLE color: 11440852.

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

Color convert

RGB212146174-
CMYK00.310.180.17
HSL334.55º43.42%70.2%-
HSV(B)334.55º31.13%83.14%-
XYZ45.0737.6144.93-
YUV168.93130.87158.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=39.85%
G=27.44%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214617400.310.180.17334.5543.4270.2
HexD492AE01F121114f2b46
Octal324222256037222151753106
Binary11010100100100101010111001111110010100011010011111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492AE; }

 p { color: rgb(212,146,174); }

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

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

 a { background-color: rgb(212,146,174); }

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

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

 span { border-color: rgb(212,146,174); }

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