#D492A6

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

Shades of Kobi #D492A6

Tints of Kobi #D492A6

Color information

#D492A6 (or 0xD492A6) is unknown color: approx Kobi. HEX triplet: D4, 92 and A6. RGB value is (212,146,166). Sum of RGB (Red+Green+Blue) = 212+146+166=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D492A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D492A6 is #2B6D59. Grayscale: #A8A8A8. Windows color (decimal): -2846042 or 10916564. OLE color: 10916564.

HSL color Cylindrical-coordinate representation of color #D492A6: hue angle of 341.82º 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 #D492A6 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212146166-
CMYK00.310.220.17
HSL341.82º43.42%70.2%-
HSV(B)341.82º31.13%83.14%-
XYZ44.3137.3140.94-
YUV168.01126.87159.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 166 (65.23% from 255) = 31.68%
R=40.46%
G=27.86%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214616600.310.220.17341.8243.4270.2
HexD492A601F16111562b46
Octal324222246037262152653106
Binary11010100100100101010011001111110110100011010101101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D492A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D492A6; }

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

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

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

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

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

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

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

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