#D490A6

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

Shades of Kobi #D490A6

Tints of Kobi #D490A6

Color information

#D490A6 (or 0xD490A6) is unknown color: approx Kobi. HEX triplet: D4, 90 and A6. RGB value is (212,144,166). Sum of RGB (Red+Green+Blue) = 212+144+166=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D490A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D490A6 is #2B6F59. Grayscale: #A6A6A6. Windows color (decimal): -2846554 or 10916052. OLE color: 10916052.

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

Color convert

RGB212144166-
CMYK00.320.220.17
HSL340.59º44.16%69.8%-
HSV(B)340.59º32.08%83.14%-
XYZ44.0136.740.84-
YUV166.84127.53160.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=40.61%
G=27.59%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214416600.320.220.17340.5944.1669.8
HexD490A602016111552c46
Octal324220246040262152554106
Binary110101001001000010100110010000010110100011010101011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490A6; }

 p { color: rgb(212,144,166); }

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

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

 a { background-color: rgb(212,144,166); }

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

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

 span { border-color: rgb(212,144,166); }

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